From f3cc03b137cbceb144a78e709ae66fa1ac314b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Thu, 7 Apr 2022 15:06:06 +0200 Subject: soc/intel/alderlake/include/soc/bootblock.h: Allow to build with PCH-S MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Żygowski Change-Id: I1461a8cc3c131a6e2499df8e1ebc67f5fb3b9e35 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63458 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/soc/intel/alderlake/include/soc/bootblock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/soc/intel/alderlake') 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 -- cgit v1.2.3