Skip to content

Commit ba87c4a

Browse files
committed
Revert "[nrf fromlist] soc: nordic: nrf54h: Add DT_NODE_EXISTS check"
This reverts commit 4fa4304. Signed-off-by: Triveni Danda <[email protected]>
1 parent 2c60073 commit ba87c4a

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
@@ -232,7 +232,7 @@ void soc_late_init_hook(void)
232232
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +
233233
CONFIG_ROM_START_OFFSET);
234234
}
235-
#elif DT_NODE_EXISTS(DT_NODELABEL(cpurad_slot0_partition))
235+
#else
236236
radiocore_address =
237237
(void *)(DT_REG_ADDR(DT_GPARENT(DT_NODELABEL(cpurad_slot0_partition))) +
238238
DT_REG_ADDR(DT_NODELABEL(cpurad_slot0_partition)) +

0 commit comments

Comments
 (0)