[coreboot-gerrit] New patch to review for coreboot: de16459 beaglebone: Reduce the size of the "ROM" from 128K to 64K

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Tue May 28 23:19:33 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 de164593b5c8c5896e44fe5455ecb34a0e05bdad
Author: Gabe Black <gabeblack at google.com>
Date:   Mon May 27 22:18:22 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