summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-05-15 13:55:08 -0500
committerAaron Durbin <adurbin@chromium.org>2015-05-26 22:33:08 +0200
commitb59eaf6ca88267baf28cb318117696df1fb03fee (patch)
tree13043e188e8f27f9eddd893b0819689c4af64ac4 /src
parentc6588c5af94e568bddd8111c3fca736f464042cf (diff)
downloadcoreboot-b59eaf6ca88267baf28cb318117696df1fb03fee.tar.xz
cbfs: remove unused CBFS_HEADER_ROM_OFFSET option
The CBFS_HEADER_ROM_OFFSET went away. Remove remaining defintions that are not used. Change-Id: Ibedce988143f0b7167cea1b27de5b33698b5d82b Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/10217 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/cpu/allwinner/a10/Kconfig6
-rw-r--r--src/mainboard/ti/beaglebone/Kconfig4
2 files changed, 0 insertions, 10 deletions
diff --git a/src/cpu/allwinner/a10/Kconfig b/src/cpu/allwinner/a10/Kconfig
index ce68476b1c..814b69e1f0 100644
--- a/src/cpu/allwinner/a10/Kconfig
+++ b/src/cpu/allwinner/a10/Kconfig
@@ -14,10 +14,4 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_UART_SPECIAL
select BOOTBLOCK_CONSOLE
-## TODO Change this to some better address not overlapping bootblock when
-## cbfstool supports creating header in arbitrary location.
-config CBFS_HEADER_ROM_OFFSET
- hex "offset of master CBFS header in ROM"
- default 0x40
-
endif # if CPU_ALLWINNER_A10
diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig
index ef86f6b4ff..faaf18e79d 100644
--- a/src/mainboard/ti/beaglebone/Kconfig
+++ b/src/mainboard/ti/beaglebone/Kconfig
@@ -52,10 +52,6 @@ config BOOTBLOCK_ROM_OFFSET
hex
default 0x0
-config CBFS_HEADER_ROM_OFFSET
- hex
- default 0x10
-
config UART_FOR_CONSOLE
int
default 0