beaglebone: Get rid of a redundant CBFS_ROM_OFFSET.
CBFS_ROM_OFFSET was declared in both the am335x config and the beaglebone config. This removes it from the beaglebone config. Change-Id: I657cb8e83a1ee961d8bdc995a41f303920bc53f9 Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3771 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
bf0988b0a2
commit
5d84743297
|
@ -62,10 +62,6 @@ config CBFS_HEADER_ROM_OFFSET
|
|||
hex
|
||||
default 0x10
|
||||
|
||||
config CBFS_ROM_OFFSET
|
||||
hex
|
||||
default 0x5000
|
||||
|
||||
choice CONSOLE_SERIAL_UART_CHOICES
|
||||
prompt "Serial Console UART"
|
||||
default CONSOLE_SERIAL_UART0
|
||||
|
|
Loading…
Reference in New Issue