Add support to run SMM handler in TSEG instead of ASEG
[coreboot.git] / src / cpu / x86 / 16bit / reset16.lds
index b451deb133074850eaa3c337a30bf655e773ff6b..a31a580d120d842df046183507dd23d44654d133 100644 (file)
@@ -5,12 +5,12 @@
 
 SECTIONS {
        /* Trigger an error if I have an unuseable start address */
-       _bogus = ASSERT(_start >= 0xffff0000, "_start too low. Please decrease ROM_IMAGE_SIZE");
+       _bogus = ASSERT(_start >= 0xffff0000, "_start too low. Please report.");
        _ROMTOP = 0xfffffff0;
        . = _ROMTOP;
        .reset . : {
                *(.reset)
                . = 15 ;
                BYTE(0x00);
-       } 
+       }
 }