Skip to content
Snippets Groups Projects
Commit 53490121 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: move vecbase SR initialization to _startup


Instead of initializing vecbase in initialize_mmu macro, which may be
expanded either in Image.elf reset vector hadler or in the kernel
head.S, both times only when CONFIG_MMU is enabled, do this
initialization once in _startup function.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent a4f9846d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment