diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-02-19 11:47:21 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-02-22 13:40:17 +0000 |
commit | 2eee78aeb4a67cea05dcf573c1e96d7eb516c334 (patch) | |
tree | 548b473c0326f0c49833091ab40ae22c25c9b569 /src/soc/intel/alderlake/include | |
parent | 9c40215ef264e056e9db6dcf019affdd832bfc57 (diff) |
soc/intel/alderlake: Remove Alder Lake M SKU
ADL-M is not commercially available, so it can be removed.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: If769989f7a0434e32ebbcc8eac9b965b70ca71ed
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80614
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/soc/intel/alderlake/include')
-rw-r--r-- | src/soc/intel/alderlake/include/soc/bootblock.h | 3 |
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 41f99e1102..11eab63875 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" |