cpu/lpc23xx: add XFA support
This commit is contained in:
parent
b3b04faadb
commit
61d9f34748
@ -65,6 +65,7 @@ SECTIONS
|
|||||||
KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
|
KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
|
||||||
KEEP (*(SORT(.dtors.*)))
|
KEEP (*(SORT(.dtors.*)))
|
||||||
KEEP (*crtend.o(.dtors))
|
KEEP (*crtend.o(.dtors))
|
||||||
|
KEEP (*(SORT(.roxfa.*)))
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
_efixed = .; /* End of text section */
|
_efixed = .; /* End of text section */
|
||||||
@ -163,6 +164,7 @@ SECTIONS
|
|||||||
*(.ramfunc .ramfunc.*);
|
*(.ramfunc .ramfunc.*);
|
||||||
*(.data .data.*);
|
*(.data .data.*);
|
||||||
KEEP (*(.openocd .openocd.*))
|
KEEP (*(.openocd .openocd.*))
|
||||||
|
KEEP (*(SORT(.xfa.*)))
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
_erelocate = .;
|
_erelocate = .;
|
||||||
} > ram AT> rom
|
} > ram AT> rom
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user