From 8360946c8e2b0f57d7e12eeb1df72bf2b9410e63 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Fri, 13 Nov 2020 18:08:31 -0800 Subject: intel/socket_441: Increase bootblock size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One mainboard using this socket has less than 20 bytes of space left in its bootblock, hindering development. Double the bootblock size to solve the problem. Signed-off-by: Julius Werner Change-Id: I620c13eab53c3326a4f4660b63ed1dd0fc81f563 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47585 Reviewed-by: Angel Pons Reviewed-by: Kyösti Mälkki Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/cpu/intel/socket_441/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/intel') diff --git a/src/cpu/intel/socket_441/Kconfig b/src/cpu/intel/socket_441/Kconfig index af43f72e53..7a303af08c 100644 --- a/src/cpu/intel/socket_441/Kconfig +++ b/src/cpu/intel/socket_441/Kconfig @@ -12,7 +12,7 @@ config SOCKET_SPECIFIC_OPTIONS # dummy config C_ENV_BOOTBLOCK_SIZE hex - default 0x4000 + default 0x8000 config DCACHE_RAM_BASE hex -- cgit v1.2.3