mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
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: Michal Simek <monstr@monstr.eu> Signed-off-by: John Williams <john.williams@petalogix.com>
This commit is contained in:
parent
626afa35c1
commit
7574349cee
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user