diff options
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S index d68a397e3936..6b4052459d5a 100644 --- a/arch/microblaze/kernel/entry.S +++ b/arch/microblaze/kernel/entry.S | |||
@@ -988,7 +988,7 @@ ENTRY(_switch_to) | |||
988 | nop | 988 | nop |
989 | 989 | ||
990 | ENTRY(_reset) | 990 | ENTRY(_reset) |
991 | brai 0x70; /* Jump back to FS-boot */ | 991 | brai 0; /* Jump to reset vector */ |
992 | 992 | ||
993 | /* These are compiled and loaded into high memory, then | 993 | /* These are compiled and loaded into high memory, then |
994 | * copied into place in mach_early_setup */ | 994 | * copied into place in mach_early_setup */ |