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 34f1aa3 commit 2648ce9Copy full SHA for 2648ce9
soc/nordic/nrf54h/soc.c
@@ -214,7 +214,7 @@ void soc_late_init_hook(void)
214
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +
215
CONFIG_ROM_START_OFFSET);
216
}
217
-#elif DT_NODE_EXISTS(DT_NODELABEL(cpurad_slot0_partition))
+#else
218
radiocore_address =
219
(void *)(DT_REG_ADDR(DT_GPARENT(DT_NODELABEL(cpurad_slot0_partition))) +
220
0 commit comments