From 06d1e4d001cdce40fb770037cbce838c44c2a569 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 9 Apr 2021 14:42:06 -0600 Subject: 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 Change-Id: I26ad160a2372484e9753a727f2b454a31e3537a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52224 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/amd/cezanne/Kconfig') 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 -- cgit v1.2.3