This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / include / part / fallback_boot.h
index 17db5c6d9f536ec68ca00c2a9d5d2386580fb281..be4e3989bd5f80e0b8e29fa7fdc4d25544aa444a 100644 (file)
@@ -3,7 +3,7 @@
 
 #ifndef ASSEMBLY
 
-#if HAVE_FALLBACK_BOOT == 1
+#if CONFIG_HAVE_FALLBACK_BOOT == 1
 void set_boot_successful(void);
 #else
 #define set_boot_successful()