lpc43xx: Update linker scripts
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
fa9fa986df
commit
26162762b7
@@ -92,6 +92,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
_edata = .;
|
||||
} >ram_local2 AT >rom
|
||||
_data_loadaddr = LOADADDR(.data);
|
||||
|
||||
_data_rom = LOADADDR (.data) + ORIGIN(rom);
|
||||
_edata_rom = _data_rom + SIZEOF (.data);
|
||||
|
||||
Reference in New Issue
Block a user