diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/reg_script.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c index 5f4fa9fa11..299fd75028 100644 --- a/src/lib/reg_script.c +++ b/src/lib/reg_script.c @@ -28,8 +28,7 @@ #include <cpu/x86/msr.h> #endif -#define HAS_IOSF (CONFIG(SOC_INTEL_BAYTRAIL) || \ - CONFIG(SOC_INTEL_FSP_BAYTRAIL)) +#define HAS_IOSF (CONFIG(SOC_INTEL_BAYTRAIL)) #if HAS_IOSF #include <soc/iosf.h> /* TODO: wrap in <soc/reg_script.h, remove #ifdef? */ |