intel_adsp: move memory window setup to PRE_KERNEL_1
PRE_KERNEL_1 is more suited for dealing with devices, so move out of EARLY. Verified on hardware and things seem to behave the same. Something was changed since this was first introduced as this was not possible for some reason. Fixes #62627 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
49df14c08a
commit
759e07bebe
2 changed files with 4 additions and 3 deletions
|
@ -62,4 +62,4 @@ static int winstream_console_init(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
SYS_INIT(winstream_console_init, EARLY, CONFIG_CONSOLE_INIT_PRIORITY);
|
||||
SYS_INIT(winstream_console_init, PRE_KERNEL_1, CONFIG_CONSOLE_INIT_PRIORITY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue