summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/alderlake/include/soc/bootblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/include/soc/bootblock.h')
-rw-r--r--src/soc/intel/alderlake/include/soc/bootblock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/include/soc/bootblock.h b/src/soc/intel/alderlake/include/soc/bootblock.h
index 41f99e110296..11eab63875a6 100644
--- a/src/soc/intel/alderlake/include/soc/bootblock.h
+++ b/src/soc/intel/alderlake/include/soc/bootblock.h
@@ -3,8 +3,7 @@
#ifndef _SOC_ALDERLAKE_BOOTBLOCK_H_
#define _SOC_ALDERLAKE_BOOTBLOCK_H_
-#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_M) + \
- CONFIG(SOC_INTEL_ALDERLAKE_PCH_N) + \
+#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_N) + \
CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) + \
CONFIG(SOC_INTEL_ALDERLAKE_PCH_S) != 1
#error "Please select exactly one PCH type"