mirror of https://github.com/wolfSSL/wolfBoot.git
x86_fsp: linker: remove unused .eh_frame from linking
parent
fe5d1a98c7
commit
1374f79c76
|
@ -60,7 +60,6 @@ SECTIONS
|
|||
KEEP(*(.boot*))
|
||||
*(.text*)
|
||||
*(.rodata*)
|
||||
*(.eh_frame*)
|
||||
. = ALIGN(256);
|
||||
} > FLASH
|
||||
|
||||
|
|
|
@ -69,7 +69,6 @@ SECTIONS
|
|||
KEEP(*(.keystore*))
|
||||
*(.text*)
|
||||
*(.rodata*)
|
||||
*(.eh_frame*)
|
||||
. = ALIGN(256);
|
||||
} > FLASH
|
||||
|
||||
|
|
Loading…
Reference in New Issue