Skip to content
Commit bf15f86b authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: initialize MMU before jumping to reset vector



When reset is simulated MMU need to be brought into its initial state,
because that's what bootloaders/OS kernels assume. This is especially
important for MMUv3 because TLB state when the kernel is running is
significatly different from its reset state.

With this change it is possible to boot linux and get back to U-Boot
repeatedly.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent ea951c34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment