diff --git a/bootrom/flash-reset.s b/bootrom/flash-reset.s index 54ee15b0e..95c8f590c 100644 --- a/bootrom/flash-reset.s +++ b/bootrom/flash-reset.s @@ -18,7 +18,7 @@ flashstart: b prefetch_abort b data_abort b . @reserved - b irq + ldr pc, [pc,#-0xF20] @ IRQ - read the AIC b fiq reset: @@ -47,7 +47,5 @@ prefetch_abort: b . data_abort: b . -irq: - b . fiq: b .