summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/serengeti_cheetah_fam10
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2012-01-18 09:43:52 +0100
committerPeter Stuge <peter@stuge.se>2012-01-18 11:21:39 +0100
commita31bb0779ae5fc932f458cb82126bc87002c83b2 (patch)
tree6a853e91108c9cd327390ba53fb5636830453992 /src/mainboard/amd/serengeti_cheetah_fam10
parent3ad8c54c01ab16b13eb9fe1cec8516aaed94c426 (diff)
downloadcoreboot-a31bb0779ae5fc932f458cb82126bc87002c83b2.tar.xz
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 <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/549 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard/amd/serengeti_cheetah_fam10')
-rw-r--r--src/mainboard/amd/serengeti_cheetah_fam10/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig b/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
index 0fc857bb83..feecdec4ef 100644
--- a/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
+++ b/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
@@ -87,8 +87,4 @@ config RAMBASE
hex
default 0x200000
-config ID_SECTION_OFFSET
- hex
- default 0x80
-
endif # BOARD_AMD_SERENGETI_CHEETAH_FAM10