diff options
author | Shelley Chen <shchen@google.com> | 2023-10-25 18:49:13 -0700 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2023-10-26 20:28:18 +0000 |
commit | 492727145aa2e19052d2478333802071139a00f2 (patch) | |
tree | e3c8086882aa1a34eefcb2c6de9c66c622a36107 | |
parent | b9165199c32ace5d661d28b5afb500b5451efc9b (diff) |
mb/google/brox: use Alderlake-P SoC instead of Alderlake-S
Skolas is actually using the SOC_INTEL_ALDERLAKE_PCH_P config, so
fixing Brox to reflect this as it's using the same SoC.
BUG=b:300690448
BRANCH=None
TEST=emerge-brox coreboot
Change-Id: I632ec055d523956983d2053cd8e7000b1eaabf92
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78656
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/brox/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index f5e481e490..dcd17051b9 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -46,7 +46,7 @@ config BOARD_GOOGLE_BASEBOARD_BROX select SOC_INTEL_COMMON_BLOCK_IPU select SOC_INTEL_CRASHLOG select SOC_INTEL_RAPTORLAKE - select SOC_INTEL_RAPTORLAKE_PCH_S + select SOC_INTEL_ALDERLAKE_PCH_P select SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_CR50 |