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>
This commit is contained in:
Sean Rhodes 2022-07-18 10:45:06 +01:00 committed by Martin Roth
parent d061c74949
commit d86860b84f
1 changed files with 2 additions and 2 deletions

View File

@ -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