mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-03 22:53:58 +08:00
8652988d62
Remove the now unnecessary files (merge-srec.pl, ldscript-ram-jtag) Note that this drops the dependency on perl for bootrom build, so end-users who don't touch the FPGA bitstream will not need perl anymore
10 lines
175 B
ArmAsm
10 lines
175 B
ArmAsm
.extern BootROM
|
|
|
|
.section .startphase2,"ax"
|
|
.code 32
|
|
.align 0
|
|
|
|
.global ramstart
|
|
ramstart:
|
|
ldr sp, = 0x0020FFF8
|
|
bl BootROM
|