From a31bb0779ae5fc932f458cb82126bc87002c83b2 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 18 Jan 2012 09:43:52 +0100 Subject: Unify ID_SECTION_OFFSET and mark it deprecated We used to put the id section at -0x10, with some boards overriding this to avoid collisions with romstraps. Hardcode the location at -0x80, at the possible expense of some space (0x70 bytes). This also makes the section easier to find in a binary image. At some point, CONFIG_ID_SECTION_OFFSET can be removed, so this option is moved to src/Kconfig.deprecated_options. Change-Id: I6ce2d6e94e57717939bda070bfe0c9df80ca2a89 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/549 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- src/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 525d452..64c359e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -883,10 +883,6 @@ config WARNINGS_ARE_ERRORS bool default y -config ID_SECTION_OFFSET - hex - default 0x10 - # The four POWER_BUTTON_DEFAULT_ENABLE, POWER_BUTTON_DEFAULT_DISABLE, # POWER_BUTTON_FORCE_ENABLE and POWER_BUTTON_FORCE_DISABLE options are # mutually exclusive. One of these options must be selected in the -- cgit v1.1