diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-05-25 11:08:42 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-28 04:41:24 +0000 |
commit | 5110c9d7d5115b7948dd78544a8713693ac345b8 (patch) | |
tree | c58b0dea9aa4afd090d603ecb58c04967f488e86 /src/mainboard/google/skyrim/Kconfig | |
parent | 0225af3c2ba661de82e15f163258605917ca28cf (diff) |
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 <jpmurphy@google.com>
Change-Id: I5d4af19ab2dda35ab687a0659898d79b08c4de97
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64669
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google/skyrim/Kconfig')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |