Commit 5119c418 authored by Michal Simek's avatar Michal Simek

microblaze: Fix _reset() function

There is a need to disable VM before jump to zero reset vector.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarStefan Asserhall <stefan.asserhall@xilinx.com>
parent dcf639fe
......@@ -958,6 +958,7 @@ ENTRY(_switch_to)
nop
ENTRY(_reset)
VM_OFF
brai 0; /* Jump to reset vector */
/* These are compiled and loaded into high memory, then
......
Markdown is supported
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