Drop eh_frame instead of moving it into the image.
[coreboot.git] / src / arch / x86 / init / bootblock.ld
index dae17bd6bd38de28ed788fe69086e88feb50d0a4..bde0430059aeb815481cd93d0387157600fad496 100644 (file)
@@ -39,7 +39,6 @@ SECTIONS
                *(.rodata);
                *(.rodata.*);
                *(.rom.data.*);
-               *(.eh_frame);
                . = ALIGN(16);
                _erom = .;
        }
@@ -49,6 +48,7 @@ SECTIONS
                *(.note)
                *(.comment.*)
                *(.note.*)
+               *(.eh_frame);
        }
 
        _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_AMD_AGESA, "Do not use global variables in romstage");