diff options
author | Gabe Black <gabeblack@chromium.org> | 2013-06-09 23:21:43 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-06-10 23:13:48 +0200 |
commit | 437a1e67a3e4c530292d947ef5e1adbf3cc7650a (patch) | |
tree | d9b039a498d5b56347ec17c4e9e0553f53f01eb3 /src/mainboard/ti/beaglebone/Kconfig | |
parent | 7cb57a1c30448e60ca06a36c59528e926b68f04d (diff) | |
download | coreboot-437a1e67a3e4c530292d947ef5e1adbf3cc7650a.tar.xz |
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>
Diffstat (limited to 'src/mainboard/ti/beaglebone/Kconfig')
-rw-r--r-- | src/mainboard/ti/beaglebone/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig index 97fdf482f1..1cde042f43 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 |