soc: nordic: nrf54h20: Use KERNEL_INIT_PRIORITY_DEFAULT
Make the SoC initialization priority configurable. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
8e63e0657b
commit
8212215779
1 changed files with 1 additions and 1 deletions
|
@ -111,4 +111,4 @@ void arch_busy_wait(uint32_t time_us)
|
|||
nrfx_coredep_delay_us(time_us);
|
||||
}
|
||||
|
||||
SYS_INIT(nordicsemi_nrf54h_init, PRE_KERNEL_1, 0);
|
||||
SYS_INIT(nordicsemi_nrf54h_init, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue