diff options
author | Michal Simek <monstr@monstr.eu> | 2012-07-10 10:31:31 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-07-10 11:54:06 +0200 |
commit | 575a3d21f6d7cbb653e48a957d0b2db944f2b9b3 (patch) | |
tree | f9135962ff321281df6a22b56a2a6b005ac94a21 /arch/microblaze/cpu/start.S | |
parent | e0bb305df88c98215da6d16af3709863d59ee256 (diff) | |
download | u-boot-575a3d21f6d7cbb653e48a957d0b2db944f2b9b3.tar.gz |
microblaze: intc: Clear interrupt code
Clear and prepare for device-tree driven configuration.
Remove CONFIG_SYS_INTC_0 definition
Use dynamic allocation instead of static.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/microblaze/cpu/start.S')
-rw-r--r-- | arch/microblaze/cpu/start.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S index 9077f742ce2..8a2f634a99c 100644 --- a/arch/microblaze/cpu/start.S +++ b/arch/microblaze/cpu/start.S @@ -108,7 +108,6 @@ _start: sh r6, r0, r8 #endif -#ifdef CONFIG_SYS_INTC_0 /* interrupt_handler */ swi r2, r0, 0x10 /* interrupt - imm opcode */ swi r3, r0, 0x14 /* interrupt - brai opcode */ @@ -120,7 +119,6 @@ _start: sh r7, r0, r8 rsubi r8, r10, 0x16 sh r6, r0, r8 -#endif /* hardware exception */ swi r2, r0, 0x20 /* hardware exception - imm opcode */ |