summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-04-30 15:42:31 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-04-29 20:20:36 +0000
commit40c2c07b6f93ef63ef6f5a1588253bb5a91e0016 (patch)
tree5c32e4d20d1e5f3c594bd5bfcc468b636bb75498 /src/soc/amd/stoneyridge
parent670572ff6a4d0822df91c34114b7afdb21efd85c (diff)
downloadcoreboot-40c2c07b6f93ef63ef6f5a1588253bb5a91e0016.tar.gz
coreboot-40c2c07b6f93ef63ef6f5a1588253bb5a91e0016.tar.bz2
coreboot-40c2c07b6f93ef63ef6f5a1588253bb5a91e0016.zip
soc/{amd/stoneyridge,intel}: Don't select VBOOT_SEPARATE_VERSTAGE
Now the bootblock is not limited to 64K so integrating vboot into the bootblock reduces the binary size. intel/apl is an exception since the bootblock size is limited to 32K. Change-Id: I5e02961183b5bcc37365458a3b10342e5bc2b525 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52788 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 769a61533bd2..7bc5ad9c55fc 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -79,7 +79,6 @@ config AMD_SOC_PACKAGE
default "FT4" if AMD_APU_PKG_FT4
config VBOOT
- select VBOOT_SEPARATE_VERSTAGE
select VBOOT_STARTS_IN_BOOTBLOCK
select VBOOT_VBNV_CMOS
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH