cpu/lpc23xx: add XFA support

This commit is contained in:
Kaspar Schleiser 2020-11-03 13:05:00 +01:00
parent b3b04faadb
commit 61d9f34748

View File

@ -65,6 +65,7 @@ SECTIONS
KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
KEEP (*(SORT(.dtors.*)))
KEEP (*crtend.o(.dtors))
KEEP (*(SORT(.roxfa.*)))
. = ALIGN(4);
_efixed = .; /* End of text section */
@ -163,6 +164,7 @@ SECTIONS
*(.ramfunc .ramfunc.*);
*(.data .data.*);
KEEP (*(.openocd .openocd.*))
KEEP (*(SORT(.xfa.*)))
. = ALIGN(4);
_erelocate = .;
} > ram AT> rom