Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion soc/nordic/nrf54h/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void soc_late_init_hook(void)
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +
CONFIG_ROM_START_OFFSET);
}
#elif DT_NODE_EXISTS(DT_NODELABEL(cpurad_slot0_partition))
#else
radiocore_address =
(void *)(DT_REG_ADDR(DT_GPARENT(DT_NODELABEL(cpurad_slot0_partition))) +
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +
Expand Down