aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-04-23 18:45:28 +0300
committerHung-Te Lin <hungte@chromium.org>2020-12-17 06:24:30 +0000
commitb19d9511f98505498db85d525f22f17aea11e0b1 (patch)
tree15d94808bdc89ffbd4659ec8f366880108ff3cb0 /src/arch/x86/Kconfig
parentf0a9142b24889087a61c66ccf3a39d7a93563e02 (diff)
arch/x86: Remove ID_SECTION_OFFSET
The location is hardcoded inside flashrom and FILO. Only two offsets are supported, 0x10 and 0x80. Change-Id: I8348f2ac0cab969ab78ecb50a55de486eee0cf9b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47598 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 95c87dab7a..4de8c96f1c 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -186,10 +186,6 @@ config HPET_ADDRESS
hex
default 0xfed00000 if !HPET_ADDRESS_OVERRIDE
-config ID_SECTION_OFFSET
- hex
- default 0x80
-
# 64KiB default bootblock size
config C_ENV_BOOTBLOCK_SIZE
hex