Skip to content

Commit

Permalink
microblaze: Fix _reset function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek committed Mar 15, 2011
1 parent 626afa3 commit 7574349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7574349

Please sign in to comment.