Skip to content

Commit 60a03a9

Browse files
committed
[nrf fromlist] soc: nordic: nrf54h20: Use KERNEL_INIT_PRIORITY_DEFAULT
Upstream PR: zephyrproject-rtos/zephyr#71536 Make the SoC initialization priority configurable. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit d5442da200a4b1e9ac3a11b4ea16c6a69666729c)
1 parent 5094bf6 commit 60a03a9

File tree

1 file changed

+1
-1
lines changed
  • soc/arm/nordic_nrf/nrf54h

1 file changed

+1
-1
lines changed

soc/arm/nordic_nrf/nrf54h/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ void arch_busy_wait(uint32_t time_us)
9595
nrfx_coredep_delay_us(time_us);
9696
}
9797

98-
SYS_INIT(nordicsemi_nrf54h_init, PRE_KERNEL_1, 0);
98+
SYS_INIT(nordicsemi_nrf54h_init, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);

0 commit comments

Comments
 (0)