vgabios: Use vesa style memory model flags in stdvga code.
[seabios.git] / vgasrc / vgalayout.lds.S
index b5f0319fb8ec71921d8511a7b72036a00aca2a51..08a5f32e4802a75345a415c6f20023ae0f926137 100644 (file)
@@ -10,7 +10,7 @@ ENTRY(_optionrom_entry)
 SECTIONS
 {
         .text 0 : {
-                *(.rom.header)
+                KEEP(*(.rom.header))
                 *(.text.*)
                 _rodata = . ;
                 *(.rodata.__func__.*)