aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-07-18 10:45:06 +0100
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-07-22 21:40:41 +0000
commitd86860b84f0a20a57c0b8f4f33a2a8d19e5ea202 (patch)
treea995e2b85db371e35d3f4e1e2e91520be89868ee /src/soc
parentd061c749497921d74f0d18eec451a87bceda7a19 (diff)
soc/apollolake: Don't select VBNV_CMOS if VBNV_FLASH is enabled
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: If8af4657508f00feff8525b0135c7f73c1959965 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65948 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/apollolake/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 18899186f4..dc8df20767 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -144,8 +144,8 @@ config VBOOT
select VBOOT_SEPARATE_VERSTAGE
select VBOOT_MUST_REQUEST_DISPLAY
select VBOOT_STARTS_IN_BOOTBLOCK
- select VBOOT_VBNV_CMOS
- select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
+ select VBOOT_VBNV_CMOS if !VBOOT_VBNV_FLASH
+ select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH if !VBOOT_VBNV_FLASH
config TPM_ON_FAST_SPI
bool