From 40c2c07b6f93ef63ef6f5a1588253bb5a91e0016 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 30 Apr 2021 15:42:31 +0200 Subject: soc/{amd/stoneyridge,intel}: Don't select VBOOT_SEPARATE_VERSTAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52788 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Karthik Ramasubramanian Reviewed-by: Raul Rangel Reviewed-by: Tim Wawrzynczak --- src/soc/amd/stoneyridge/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/amd/stoneyridge') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 769a61533b..7bc5ad9c55 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 -- cgit v1.2.3