summaryrefslogtreecommitdiffstats
path: root/src/include/adainit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/adainit.h')
-rw-r--r--src/include/adainit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/adainit.h b/src/include/adainit.h
index 34f45cbf8e1d..4030b371783c 100644
--- a/src/include/adainit.h
+++ b/src/include/adainit.h
@@ -26,7 +26,7 @@
* lizations automatically. When not, we have to call it explicitly.
*/
-#if IS_ENABLED(CONFIG_RAMSTAGE_ADA)
+#if CONFIG(RAMSTAGE_ADA)
void ramstage_adainit(void);
#else
static inline void ramstage_adainit(void) {}