From 4a8f45f9ad541124688142b186d10b15b9867574 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 5 Oct 2017 17:05:36 -0600 Subject: soc/intel/cannonlake: reduce bootblock size Reduce the bootblock size to 16KiB from the default 64KiB. Not all that space is necessary. Change-Id: I5c15d0af0f85282b84c8983f0a015aeb45c00a07 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/21903 Tested-by: build bot (Jenkins) Reviewed-by: Lijian Zhao Reviewed-by: Furquan Shaikh --- src/soc/intel/cannonlake/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/cannonlake/Kconfig') diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 2d9ffa4e9e..9153b04985 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -146,4 +146,8 @@ config VBOOT select VBOOT_VBNV_CMOS select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH +config C_ENV_BOOTBLOCK_SIZE + hex + default 0x4000 + endif -- cgit v1.2.3