summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2020-11-13 18:08:31 -0800
committerFelix Held <felix-coreboot@felixheld.de>2020-11-21 01:53:18 +0000
commit8360946c8e2b0f57d7e12eeb1df72bf2b9410e63 (patch)
tree06946c3b9dfca5bd00718e7854c96f4aead1dbe1 /src/cpu
parentd656d08f5e689e83a520999562f7deb48ef2871a (diff)
downloadcoreboot-8360946c8e2b0f57d7e12eeb1df72bf2b9410e63.tar.xz
intel/socket_441: Increase bootblock size
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 <jwerner@chromium.org> Change-Id: I620c13eab53c3326a4f4660b63ed1dd0fc81f563 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47585 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/socket_441/Kconfig2
1 files changed, 1 insertions, 1 deletions
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