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>
This commit is contained in:
parent
c6588c5af9
commit
b59eaf6ca8
|
@ -14,10 +14,4 @@ config CPU_SPECIFIC_OPTIONS
|
||||||
select HAVE_UART_SPECIAL
|
select HAVE_UART_SPECIAL
|
||||||
select BOOTBLOCK_CONSOLE
|
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
|
endif # if CPU_ALLWINNER_A10
|
||||||
|
|
|
@ -52,10 +52,6 @@ config BOOTBLOCK_ROM_OFFSET
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
||||||
config CBFS_HEADER_ROM_OFFSET
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config UART_FOR_CONSOLE
|
config UART_FOR_CONSOLE
|
||||||
int
|
int
|
||||||
default 0
|
default 0
|
||||||
|
|
Loading…
Reference in New Issue