diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-04-09 14:42:06 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-16 06:39:14 +0000 |
commit | 06d1e4d001cdce40fb770037cbce838c44c2a569 (patch) | |
tree | 51e8c40f6af4a11f236bf7e8402fcf79332ac8ee /src | |
parent | 9acc7bad4df2acc30128799b53349b0cf60ab947 (diff) |
soc/amd/cezanne: Select VBNV_CMOS
Needed so we can switch to normal mode.
BUG=b:184126844
TEST=Boot guybrush in developer mode and switch to normal mode.
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I26ad160a2372484e9753a727f2b454a31e3537a0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52224
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/cezanne/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index 7a1146f779..6f494bbdd0 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -286,4 +286,8 @@ config PSP_WHITELIST_FILE endmenu +config VBOOT + select VBOOT_VBNV_CMOS + select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH + endif # SOC_AMD_CEZANNE |