mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge linker scripts in bootrom to have a single linker script for the bootloader proper (previously known as bootrom-merged.s19)
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
This commit is contained in:
parent
0fc0fca583
commit
8652988d62
9 changed files with 63 additions and 72 deletions
|
@ -1,10 +1,10 @@
|
|||
.extern BootROM
|
||||
|
||||
.text
|
||||
.code 32
|
||||
.align 0
|
||||
.section .startphase2,"ax"
|
||||
.code 32
|
||||
.align 0
|
||||
|
||||
.global start
|
||||
start:
|
||||
.global ramstart
|
||||
ramstart:
|
||||
ldr sp, = 0x0020FFF8
|
||||
bl BootROM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue