soc: intel_apl_adsp: Tweak adsp initialization
Tweak ADSP initialization to catch early console output. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
a852416cc2
commit
92a699155c
1 changed files with 2 additions and 1 deletions
|
@ -123,4 +123,5 @@ static int adsp_init(const struct device *dev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
SYS_INIT(adsp_init, APPLICATION, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
|
||||
/* Init after IPM initialization and before logging (uses memory windows) */
|
||||
SYS_INIT(adsp_init, PRE_KERNEL_2, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue