aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/entry.S')
-rw-r--r--arch/microblaze/kernel/entry.S7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S
index 6b4052459d5a..ca15bc5c7449 100644
--- a/arch/microblaze/kernel/entry.S
+++ b/arch/microblaze/kernel/entry.S
@@ -993,11 +993,10 @@ ENTRY(_reset)
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 */
995 .section .init.ivt, "ax" 995 .section .init.ivt, "ax"
996#if CONFIG_MANUAL_RESET_VECTOR
996 .org 0x0 997 .org 0x0
997 /* this is very important - here is the reset vector */ 998 brai CONFIG_MANUAL_RESET_VECTOR
998 /* in current MMU branch you don't care what is here - it is 999#endif
999 * used from bootloader site - but this is correct for FS-BOOT */
1000 brai 0x70
1001 .org 0x8 1000 .org 0x8
1002 brai TOPHYS(_user_exception); /* syscall handler */ 1001 brai TOPHYS(_user_exception); /* syscall handler */
1003 .org 0x10 1002 .org 0x10