aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-12-31 17:41:30 +0530
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-02-27 10:13:55 +0000
commit41abc930b10b330e2e42ac8847e20da87025ae1a (patch)
treeed3962ae259d9e04899b21fae154fa246a80100b /product/rdn1e1
parent2e9bc1b9b057c333e41e365e262a4391786048df (diff)
cmn600: use system info module to retrieve chip information
Commit 7acbd4d8fb4d ("cmn600: expose API to read chip information from platforms") introduced an api to obtain chip information in the cmn600 module. As the system info module provides a reusable and scalable interface to obtain system information, rework the cmn600 module to use the system_info module to obtain the chip id and multi-chip information and remove the chip info api in cmn600 and its implementation from the n1sdp system module. Change-Id: I2cfa45ba9bf4632f73bc021f4779f6bc2c96d93b Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Diffstat (limited to 'product/rdn1e1')
-rw-r--r--product/rdn1e1/scp_ramfw/config_cmn600.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/product/rdn1e1/scp_ramfw/config_cmn600.c b/product/rdn1e1/scp_ramfw/config_cmn600.c
index 051061a5..99540b34 100644
--- a/product/rdn1e1/scp_ramfw/config_cmn600.c
+++ b/product/rdn1e1/scp_ramfw/config_cmn600.c
@@ -105,8 +105,6 @@ const struct fwk_module_config config_cmn600 = {
.chip_addr_space = UINT64_C(4) * FWK_TIB,
.clock_id = FWK_ID_ELEMENT_INIT(FWK_MODULE_IDX_CLOCK,
CLOCK_IDX_INTERCONNECT),
- .chipinfo_api_id = FWK_ID_NONE_INIT,
- .chipinfo_mod_id = FWK_ID_NONE_INIT,
.hnf_cal_mode = false,
}),
};