Skip to content

Commit 87c6eac

Browse files
committed
suit: Fix incorrect node name in mem layout
Fix an incorrect node name of the radio core TCM memory inside the memory layout module. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
1 parent 1476401 commit 87c6eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/suit/memory_layout/src/suit_memory_layout.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static struct ram_area ram_area_map[] = {
9999
#endif /* ram0x */
100100
#if (DT_NODE_EXISTS(DT_NODELABEL(cpurad_ram0))) /* nrf54H20 */
101101
{
102-
.ra_start = DT_REG_ADDR(DT_NODELABEL(cpurad)),
102+
.ra_start = DT_REG_ADDR(DT_NODELABEL(cpurad_ram0)),
103103
.ra_size = DT_REG_SIZE(DT_NODELABEL(cpurad_ram0)),
104104
},
105105
#endif /* cpurad_ram0 */

0 commit comments

Comments
 (0)