aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/x86/init/bootblock.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/init/bootblock.ld b/src/arch/x86/init/bootblock.ld
index eab64cf8d8..dae17bd6bd 100644
--- a/src/arch/x86/init/bootblock.ld
+++ b/src/arch/x86/init/bootblock.ld
@@ -39,6 +39,7 @@ SECTIONS
*(.rodata);
*(.rodata.*);
*(.rom.data.*);
+ *(.eh_frame);
. = ALIGN(16);
_erom = .;
}