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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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