projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed error with mifare_autopwn where keys were reversed, see http://www.proxmark...
[proxmark3-svn]
/
bootrom
/
flash-reset.s
diff --git
a/bootrom/flash-reset.s
b/bootrom/flash-reset.s
index 54ee15b0eb08f41b92ca29b59e44ed8fca2b1917..95c8f590cc41af02d16e24b7be0dfed3ff093773 100644
(file)
--- a/
bootrom/flash-reset.s
+++ b/
bootrom/flash-reset.s
@@
-18,7
+18,7
@@
flashstart:
b prefetch_abort
b data_abort
b . @reserved
b prefetch_abort
b data_abort
b . @reserved
- b irq
+ ldr pc, [pc,#-0xF20] @ IRQ - read the AIC
b fiq
reset:
b fiq
reset:
@@
-47,7
+47,5
@@
prefetch_abort:
b .
data_abort:
b .
b .
data_abort:
b .
-irq:
- b .
fiq:
b .
fiq:
b .
Impressum
,
Datenschutz