From 5d8474329755905842b692eb70fa61a60e943661 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 14 Jul 2013 23:17:32 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/3771 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/mainboard/ti/beaglebone/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig index 8651c9bf4b..7029d1c756 100644 --- a/src/mainboard/ti/beaglebone/Kconfig +++ b/src/mainboard/ti/beaglebone/Kconfig @@ -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 -- cgit v1.2.3