X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d3b1f4e40663dd3f663713ac38c724e11a8e1ae8..2c3685c26c90e069a64a2050a1fb6a6232c18823:/bootrom/flash-reset.s diff --git a/bootrom/flash-reset.s b/bootrom/flash-reset.s index 54ee15b0..95c8f590 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 .