xtensa: intel_adsp: Lock vecbase after initial setup
Lock the vecbase register after the hw initialization. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
3e2f3828a0
commit
665812f994
|
@ -154,6 +154,8 @@ __imr void boot_core0(void)
|
|||
parse_manifest();
|
||||
sys_cache_data_flush_all();
|
||||
|
||||
xtensa_vecbase_lock();
|
||||
|
||||
/* Zephyr! */
|
||||
extern FUNC_NORETURN void z_cstart(void);
|
||||
z_cstart();
|
||||
|
|
Loading…
Reference in a new issue