mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Eradicate all occurences of hardcoded memory addresses from all sources files, except for the FPGA bitstream fallback
This commit is contained in:
parent
52b3d184ce
commit
e3ae025783
7 changed files with 26 additions and 13 deletions
|
@ -6,5 +6,8 @@
|
|||
|
||||
.global ramstart
|
||||
ramstart:
|
||||
ldr sp, = 0x0020FFF8
|
||||
ldr sp, .stack_end
|
||||
bl BootROM
|
||||
|
||||
.stack_end:
|
||||
.word _stack_end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue