cpu/esp32: add XFA support
This commit is contained in:
parent
bdd59ae7f2
commit
2474fa7af5
@ -158,6 +158,7 @@ SECTIONS
|
||||
_data_start = ABSOLUTE(.);
|
||||
*(.data)
|
||||
*(.data.*)
|
||||
KEEP (*(SORT(.xfa.*)))
|
||||
*(.gnu.linkonce.d.*)
|
||||
*(.data1)
|
||||
*(.sdata)
|
||||
@ -243,6 +244,7 @@ SECTIONS
|
||||
_rodata_start = ABSOLUTE(.);
|
||||
*(.rodata)
|
||||
*(.rodata.*)
|
||||
KEEP (*(SORT(.roxfa.*)))
|
||||
*(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */
|
||||
*(.gnu.linkonce.r.*)
|
||||
*(.rodata1)
|
||||
|
||||
1
cpu/esp32/ld/xfa.ld
Normal file
1
cpu/esp32/ld/xfa.ld
Normal file
@ -0,0 +1 @@
|
||||
/* empty file overriding core/ldscripts/xda.ld */
|
||||
Loading…
x
Reference in New Issue
Block a user