aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.S')
-rw-r--r--src/boot.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/boot.S b/src/boot.S
index 9128ba0..f21c4fe 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -59,12 +59,6 @@ irq:
pop {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
subs pc, lr, #4
-fiq:
- push {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
- bl a_fiq_handler
- pop {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
- subs pc, lr, #4
-
.globl io_halt
io_halt:
wfi