summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-21 10:17:56 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-28 08:54:50 +0000
commit49dbbe99c2e645f5d800fa9f88a97ff6d545efba (patch)
tree815a90a05cc6f9a0926f9b5e30a524e87c41eae6 /src/arch/x86/Kconfig
parent2289a70b6f5fa14f3e008bc6041d8a8bd4ef956b (diff)
downloadcoreboot-49dbbe99c2e645f5d800fa9f88a97ff6d545efba.tar.gz
coreboot-49dbbe99c2e645f5d800fa9f88a97ff6d545efba.tar.bz2
coreboot-49dbbe99c2e645f5d800fa9f88a97ff6d545efba.zip
arch/x86: Top-align .text in bootblock
Move .text section closer to .init. This reduces the size of the flat bootblock binary and footprint in CBFS. Change-Id: I64325bd633e1104853cfb928c7f801d94ff3045a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47971 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 4de8c96f1c6a..943bb91d69b4 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -191,6 +191,9 @@ config C_ENV_BOOTBLOCK_SIZE
hex
default 0x10000
+config FIXED_BOOTBLOCK_SIZE
+ bool
+
# Default address romstage is to be linked at
config ROMSTAGE_ADDR
hex