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@chromium.org>
Reviewed-on: http://review.coreboot.org/3422
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Gabe Black 2013-06-09 23:21:43 -07:00 committed by Ronald G. Minnich
parent 7cb57a1c30
commit 437a1e67a3
1 changed files with 1 additions and 2 deletions

View File

@ -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