We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c60073 commit ba87c4aCopy full SHA for ba87c4a
soc/nordic/nrf54h/soc.c
@@ -232,7 +232,7 @@ void soc_late_init_hook(void)
232
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +
233
CONFIG_ROM_START_OFFSET);
234
}
235
-#elif DT_NODE_EXISTS(DT_NODELABEL(cpurad_slot0_partition))
+#else
236
radiocore_address =
237
(void *)(DT_REG_ADDR(DT_GPARENT(DT_NODELABEL(cpurad_slot0_partition))) +
238
0 commit comments