From 5110c9d7d5115b7948dd78544a8713693ac345b8 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Wed, 25 May 2022 11:08:42 -0600 Subject: [PATCH] mb/google/skyrim: Update Kconfig to use Ti50 Skyrim uses the Ti50 GSC and the config should be updated to reflect that. BUG=b:233750667 TEST=Builds Signed-off-by: Jon Murphy Change-Id: I5d4af19ab2dda35ab687a0659898d79b08c4de97 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64669 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/mainboard/google/skyrim/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index bd14dc6ee3..106b683b71 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -33,7 +33,7 @@ config BOARD_SPECIFIC_OPTIONS select PSP_DISABLE_POSTCODES # TODO re-enable PSP postcodes later (b/227199049) select SOC_AMD_SABRINA select SOC_AMD_COMMON_BLOCK_USE_ESPI - select TPM_GOOGLE_CR50 + select TPM_GOOGLE_TI50 config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES