Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30702
Change subject: soc/intel/icelake: Increase bootblock size ......................................................................
soc/intel/icelake: Increase bootblock size
This patch fixes icelake build brokenness due to bootblock size issue.
Change-Id: I66706e66ac1bce677fe11022d0eef44b9efc2e76 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/icelake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/30702/1
diff --git a/src/soc/intel/icelake/Kconfig b/src/soc/intel/icelake/Kconfig index 727fccee..6343ca5 100644 --- a/src/soc/intel/icelake/Kconfig +++ b/src/soc/intel/icelake/Kconfig @@ -176,7 +176,7 @@
config C_ENV_BOOTBLOCK_SIZE hex - default 0x8000 + default 0xC000
config CBFS_SIZE hex