X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/86d319551864035038ea0b9355b6fa1815398bfd..0d5545cee00f3caf7245bf8068c8546a693812be:/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 .