]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/flash-reset.s
BOOTROM CHANGE: Add jump to interrupt handler from Advanced Interrupt Controller.
[proxmark3-svn] / bootrom / flash-reset.s
index 54ee15b0eb08f41b92ca29b59e44ed8fca2b1917..95c8f590cc41af02d16e24b7be0dfed3ff093773 100644 (file)
@@ -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       .
Impressum, Datenschutz