Skip to content

Commit 2648ce9

Browse files
D-Trivenirlubos
authored andcommitted
Revert "[nrf fromlist] soc: nordic: nrf54h: Add DT_NODE_EXISTS check"
This reverts commit 4fa4304. Signed-off-by: Triveni Danda <[email protected]>
1 parent 34f1aa3 commit 2648ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nordic/nrf54h/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void soc_late_init_hook(void)
214214
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +
215215
CONFIG_ROM_START_OFFSET);
216216
}
217-
#elif DT_NODE_EXISTS(DT_NODELABEL(cpurad_slot0_partition))
217+
#else
218218
radiocore_address =
219219
(void *)(DT_REG_ADDR(DT_GPARENT(DT_NODELABEL(cpurad_slot0_partition))) +
220220
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +

0 commit comments

Comments
 (0)