Added _data_rom / _edata_rom for ld ram only and standard spifi ld Fixed ROM to RAM copy of ".data"
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
f4e45e74bc
commit
edab264704
@@ -64,6 +64,9 @@ SECTIONS
|
||||
} >ram_local2
|
||||
|
||||
/* Running from RAM only, loading the .elf will initialize data for us. */
|
||||
_data_rom = .;
|
||||
_edata_rom = .;
|
||||
|
||||
_data = .;
|
||||
_edata = .;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user