1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/fe310: add XFA support

This commit is contained in:
Kaspar Schleiser 2020-11-03 13:02:27 +01:00
parent 858b5ca6ed
commit b3b04faadb

View File

@ -61,6 +61,7 @@ SECTIONS
*(.rdata)
*(.rodata .rodata.*)
*(.gnu.linkonce.r.*)
KEEP (*(SORT(.roxfa.*)))
} >flash AT>flash :flash
. = ALIGN(4);
@ -182,6 +183,7 @@ SECTIONS
*(.srodata.cst4)
*(.srodata.cst2)
*(.srodata .srodata.*)
KEEP (*(SORT(.xfa.*)))
} >ram AT>flash :ram_init
. = ALIGN(4);