aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2022-04-07 15:06:06 +0200
committerMichał Żygowski <michal.zygowski@3mdeb.com>2022-04-11 08:46:50 +0000
commitf3cc03b137cbceb144a78e709ae66fa1ac314b91 (patch)
treeec1525db8c7a95b179de1937be9a7917b06d68c7 /src/soc/intel
parent02315f9217d70a94fb73869d4502aa204b39a925 (diff)
soc/intel/alderlake/include/soc/bootblock.h: Allow to build with PCH-S
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I1461a8cc3c131a6e2499df8e1ebc67f5fb3b9e35 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63458 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/alderlake/include/soc/bootblock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/include/soc/bootblock.h b/src/soc/intel/alderlake/include/soc/bootblock.h
index ba4d1c24c0..41f99e1102 100644
--- a/src/soc/intel/alderlake/include/soc/bootblock.h
+++ b/src/soc/intel/alderlake/include/soc/bootblock.h
@@ -5,7 +5,8 @@
#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_M) + \
CONFIG(SOC_INTEL_ALDERLAKE_PCH_N) + \
- CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) != 1
+ CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) + \
+ CONFIG(SOC_INTEL_ALDERLAKE_PCH_S) != 1
#error "Please select exactly one PCH type"
#endif