提交 7574349c 编写于 作者: M Michal Simek

microblaze: Fix _reset function

If soft reset falls through with no hardware assisted reset, the best
we can do is jump to the reset vector and see what the bootloader left
for us.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
Signed-off-by: NJohn Williams <john.williams@petalogix.com>
上级 626afa35
......@@ -988,7 +988,7 @@ ENTRY(_switch_to)
nop
ENTRY(_reset)
brai 0x70; /* Jump back to FS-boot */
brai 0; /* Jump to reset vector */
/* These are compiled and loaded into high memory, then
* copied into place in mach_early_setup */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册