x86_fsp: linker: remove unused .eh_frame from linking

pull/443/head
Marco Oliverio 2024-02-08 16:08:08 +01:00
parent fe5d1a98c7
commit 1374f79c76
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ SECTIONS
KEEP(*(.boot*))
*(.text*)
*(.rodata*)
*(.eh_frame*)
. = ALIGN(256);
} > FLASH

View File

@ -69,7 +69,6 @@ SECTIONS
KEEP(*(.keystore*))
*(.text*)
*(.rodata*)
*(.eh_frame*)
. = ALIGN(256);
} > FLASH