Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3328
-gerrit
commit ecc77dbe909599373a999574d273726b2b9f98bd Author: Gabe Black gabeblack@chromium.org Date: Wed May 29 16:42:27 2013 +0200
beaglebone: Reduce the size of the "ROM" from 128K to 64K
The RAM internal 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@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