summaryrefslogtreecommitdiff
path: root/src/arch/x86/bootblock_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/bootblock_simple.c')
-rw-r--r--src/arch/x86/bootblock_simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/bootblock_simple.c b/src/arch/x86/bootblock_simple.c
index bf71bca4e6..fc041c8018 100644
--- a/src/arch/x86/bootblock_simple.c
+++ b/src/arch/x86/bootblock_simple.c
@@ -22,12 +22,12 @@ static void main(unsigned long bist)
bootblock_mainboard_init();
sanitize_cmos();
-#if IS_ENABLED(CONFIG_CMOS_POST)
+#if CONFIG(CMOS_POST)
cmos_post_init();
#endif
}
-#if IS_ENABLED(CONFIG_VBOOT_SEPARATE_VERSTAGE)
+#if CONFIG(VBOOT_SEPARATE_VERSTAGE)
const char *target1 = "fallback/verstage";
#else
const char *target1 = "fallback/romstage";