Skip to content
Snippets Groups Projects
Commit 95ab0ba6 authored by Vijayenthiran Subramaniam's avatar Vijayenthiran Subramaniam Committed by Nicola Mazzucato
Browse files

product/rdn2: fix remote_agentid for chip-0 to chip-1 data


Remote agentid in Chip-0's config data for Chip-1 is pointing to the
local agentid's instead of the remote agentid. Fix this.

Signed-off-by: Vijayenthiran Subramaniam's avatarVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Change-Id: I32a25de1d2a539a233d0285804c8c22273c55a6f
parent 62c488f7
No related branches found
No related tags found
No related merge requests found
......@@ -493,8 +493,8 @@ static const struct mod_cmn700_ccg_config ccg_config_table_chip_0[] = {
},
.remote_agentid_to_linkid_map = {
{
.remote_agentid_start = (RNF_PER_CHIP_CFG2 * PLATFORM_CHIP_0),
.remote_agentid_end = (RNF_PER_CHIP_CFG2 * PLATFORM_CHIP_0) +
.remote_agentid_start = (RNF_PER_CHIP_CFG2 * PLATFORM_CHIP_1),
.remote_agentid_end = (RNF_PER_CHIP_CFG2 * PLATFORM_CHIP_1) +
RNF_PER_CHIP_CFG2 - 1
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment