lpc43xx: Update linker scripts

This commit is contained in:
Ben Gamari
2013-06-12 23:52:42 -04:00
committed by Piotr Esden-Tempski
parent fa9fa986df
commit 26162762b7
2 changed files with 41 additions and 4 deletions

View File

@@ -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);