This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / cpu / x86 / 16bit / reset16.lds
index b451deb133074850eaa3c337a30bf655e773ff6b..929740bd4c90fdf1d5d14873a278ee6bc4a7027d 100644 (file)
@@ -5,7 +5,7 @@
 
 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 decrease CONFIG_ROM_IMAGE_SIZE");
        _ROMTOP = 0xfffffff0;
        . = _ROMTOP;
        .reset . : {