mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -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
|
@ -16,5 +16,7 @@ MEMORY
|
|||
|
||||
/* Export some information that can be used from within the firmware */
|
||||
_bootphase1_version_pointer = ORIGIN(bootphase1) + LENGTH(bootphase1) - 0x4;
|
||||
_osimage_entry = ORIGIN(osimage);
|
||||
_flash_start = ORIGIN(bootphase1);
|
||||
_flash_end = ORIGIN(osimage) + LENGTH(osimage);
|
||||
_flash_end = ORIGIN(osimage) + LENGTH(osimage);
|
||||
_stack_end = ORIGIN(ram) + LENGTH(ram) - 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue