Gabe Black (gabeblack@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3771
-gerrit
commit acb8a4efdd94336e6d4b76a441ee53b245cca225 Author: Gabe Black gabeblack@chromium.org Date: Sun Jul 14 23:17:32 2013 -0700
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 --- src/mainboard/ti/beaglebone/Kconfig | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig index 8651c9b..7029d1c 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