X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/86d319551864035038ea0b9355b6fa1815398bfd..refs/pull/276/head:/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	.