Skip to content

Commit 8212215

Browse files
57300nashif
authored andcommitted
soc: nordic: nrf54h20: Use KERNEL_INIT_PRIORITY_DEFAULT
Make the SoC initialization priority configurable. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent 8e63e06 commit 8212215

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
@@ -111,4 +111,4 @@ void arch_busy_wait(uint32_t time_us)
111111
nrfx_coredep_delay_us(time_us);
112112
}
113113

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

0 commit comments

Comments
 (0)