[coreboot-gerrit] Patch set updated for coreboot: ea76abf beaglebone: Reduce the size of the "ROM" from 128K to 64K

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Wed May 29 16:43:09 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/3328

-gerrit

commit ea76abf68de8af3c8753f002ab1846f6a943d06c
Author: Gabe Black <gabeblack at chromium.org>
Date:   Wed May 29 16:42:27 2013 +0200

    beaglebone: Reduce the size of the "ROM" from 128K to 64K
    
    The RAM interal to the SOC isn't quite 128K in size, and has some things in it
    that would be best not to trample. The current model is to load the entire
    image into this memory and then to seperately load the RAM stage into the
    system memory when that gets set up.
    
    Change-Id: I89dc658fb1d14457a657ce3ecd2fd4d6acfb893f
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 src/mainboard/ti/beaglebone/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig
index 97fdf48..9260a2f 100644
--- a/src/mainboard/ti/beaglebone/Kconfig
+++ b/src/mainboard/ti/beaglebone/Kconfig
@@ -25,7 +25,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select CPU_TI_AM335X
 	select HAVE_UART_MEMORY_MAPPED
 	# FIXME: This should be much smaller
-	select BOARD_ROMSIZE_KB_128
+	select BOARD_ROMSIZE_KB_64
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list