drivers: misc: nordic_vpr_launcher: initialize earlier
Set driver to initialize at early POST_KERNEL, so that we make sure other future dependencies priorities (eg VEVIF) do not conflict. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
ae21f7bab3
commit
d23ea62be9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ source "subsys/logging/Kconfig.template.log_config"
|
|||
|
||||
config NORDIC_VPR_LAUNCHER_INIT_PRIORITY
|
||||
int "Nordic VPR coprocessor launcher init priority"
|
||||
default KERNEL_INIT_PRIORITY_DEVICE
|
||||
default 0
|
||||
help
|
||||
The init priority of the VPR coprocessor launcher.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue