aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include/cf9_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/cf9_reset.h')
-rw-r--r--src/arch/x86/include/cf9_reset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/include/cf9_reset.h b/src/arch/x86/include/cf9_reset.h
index c0dcc92bd1..7b44e0f2a6 100644
--- a/src/arch/x86/include/cf9_reset.h
+++ b/src/arch/x86/include/cf9_reset.h
@@ -27,7 +27,7 @@ void do_system_reset(void);
void do_full_reset(void);
/* Called by functions below before reset. */
-#if IS_ENABLED(CONFIG_HAVE_CF9_RESET_PREPARE)
+#if CONFIG(HAVE_CF9_RESET_PREPARE)
void cf9_reset_prepare(void);
#else
static inline void cf9_reset_prepare(void) {}