[coreboot-gerrit] New patch to review for coreboot: f70abf7 beaglebone: Expand "ROM" size to 4MB.

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Mon Jun 10 08:30:19 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3422

-gerrit

commit f70abf7a6640ebdafb3c7240c7c811f349c9e34c
Author: Gabe Black <gabeblack at chromium.org>
Date:   Sun Jun 9 23:21:43 2013 -0700

    beaglebone: Expand "ROM" size to 4MB.
    
    Now that the ROM size is decoupled from the size of the on chip RAM,
    it's size is now only constrained by the size of the medium it's loaded
    from and the memory it's being loaded into, probably GBs in both cases.
    Making it 4MB is a reasonable compromise between giving the payload lots
    of breathing room and wasting space on the source medium which won't be
    used.
    
    Change-Id: I80932e0d4ce2dad02c3879345382e7d6ba44503a
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 src/mainboard/ti/beaglebone/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig
index 97fdf48..1cde042 100644
--- a/src/mainboard/ti/beaglebone/Kconfig
+++ b/src/mainboard/ti/beaglebone/Kconfig
@@ -24,8 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select ARCH_ARMV7
 	select CPU_TI_AM335X
 	select HAVE_UART_MEMORY_MAPPED
-	# FIXME: This should be much smaller
-	select BOARD_ROMSIZE_KB_128
+	select BOARD_ROMSIZE_KB_4096
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list