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/intel/broadwell/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/broadwell') diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 766c226dc4..2647c17aec 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -18,7 +18,6 @@ config BROADWELL_VBOOT_IN_BOOTBLOCK bool "Start verstage in bootblock" default y select VBOOT_STARTS_IN_BOOTBLOCK - select VBOOT_SEPARATE_VERSTAGE help Broadwell can either start verstage in a separate stage right after the bootblock has run or it can start it -- cgit v1.2.3