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:
parent
858b5ca6ed
commit
b3b04faadb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user