1201_ht_bus0_dev0_fidvid_core.diff
[coreboot.git] / src / cpu / x86 / 16bit / reset16.lds
index f32597c00cc7313654fbac3fb7ba07a483206995..0ba54c9487f340bfacc15bfebded12da80b48f28 100644 (file)
@@ -5,7 +5,8 @@
 
 SECTIONS {
        /* Trigger an error if I have an unuseable start address */
-       _ROMTOP = (_start >= 0xffff0000) ? 0xfffffff0 : 0xfffffff8;
+       _bogus = ASSERT(_start >= 0xffff0000, "_start to low please decrease ROM_IMAGE_SIZE");
+       _ROMTOP = 0xfffffff0;
        . = _ROMTOP;
        .reset . : {
                *(.reset)