This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / arch / i386 / lib / failover_failover.lds
index 814f2000fb7d1ec540e78f06bfd66df83922a4c5..ec8c12a9e4877ea5bee9a313cdbe7cb5376f7983 100644 (file)
@@ -1,2 +1,2 @@
        __fallback_image = (CONFIG_ROM_PAYLOAD_START & 0xfffffff0) - 8;
-       __normal_image = ((CONFIG_ROM_PAYLOAD_START - FALLBACK_SIZE) & 0xfffffff0) - 8;
+       __normal_image = ((CONFIG_ROM_PAYLOAD_START - CONFIG_FALLBACK_SIZE) & 0xfffffff0) - 8;