intel_adsp: boot_complete must be done PRE_KERNEL_1
Commit 759e07bebe
("intel_adsp: move memory window setup to
PRE_KERNEL_1") moved memory window setup from EARLY to
PRE_KERNEL_1. Similar change must be done to boot_complete, or
otherwise boot-up sequence will not be completed correctly
on all platforms.
Suggested-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
113600eb4b
commit
8c4eec7ac6
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ int boot_complete(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
SYS_INIT(boot_complete, EARLY, CONFIG_KERNEL_INIT_PRIORITY_DEVICE);
|
||||
SYS_INIT(boot_complete, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEVICE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue