diff options
Diffstat (limited to 'src/include/adainit.h')
-rw-r--r-- | src/include/adainit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/adainit.h b/src/include/adainit.h index 34f45cbf8e..4030b37178 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) {} |