This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / cpu / x86 / car / copy_and_run.c
index 30b3b7a2f5282d85ba2dcb3547f1a5eee5fa3c08..7ff63c5e0c2e65d847f76af42a94dc0de2b321c8 100644 (file)
@@ -10,7 +10,7 @@ static void copy_and_run(unsigned cpu_reset)
        if (cpu_reset == 1) cpu_reset = -1;
        else cpu_reset = 0;
 
-# if USE_FALLBACK_IMAGE == 1
+# if CONFIG_USE_FALLBACK_IMAGE == 1
        cbfs_and_run_core("fallback/coreboot_ram", cpu_reset);
 # else
        cbfs_and_run_core("normal/coreboot_ram", cpu_reset);