diff options
Diffstat (limited to 'src/cpu/intel/model_206ax')
-rw-r--r-- | src/cpu/intel/model_206ax/bootblock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/model_206ax/bootblock.c b/src/cpu/intel/model_206ax/bootblock.c index 670b09750e..9dcbe372ff 100644 --- a/src/cpu/intel/model_206ax/bootblock.c +++ b/src/cpu/intel/model_206ax/bootblock.c @@ -24,8 +24,8 @@ #include <cpu/intel/microcode/microcode.c> #include "model_206ax.h" -#if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_BD82X6X) || \ - IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_C216) +#if CONFIG(SOUTHBRIDGE_INTEL_BD82X6X) || \ + CONFIG(SOUTHBRIDGE_INTEL_C216) /* Needed for RCBA access to set Soft Reset Data register */ #include <southbridge/intel/bd82x6x/pch.h> #else |