tegra124: Increase CBFS cache buffer size

I ran into this limit when trying to boot a netboot image with some
debugging output (guess those are bigger, not so sure why). We aren't
that constrained on this system so there's no harm in increasing it a
little (and there shouldn't be anything in that memory region since the
stack is still a bit higher, right)?

BUG=None
TEST=None

Change-Id: I11f12170c2c586f29bb9ad8d6301a6a1501e0813
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/174950
Reviewed-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
Julius Werner 2013-10-28 19:49:58 -07:00 committed by chrome-internal-fetch
commit 6dbb4e5f0d

View file

@ -79,7 +79,7 @@ config CBFS_CACHE_ADDRESS
config CBFS_CACHE_SIZE
hex "size of CBFS cache data"
default 0x00013000
default 0x00020000
choice CONSOLE_SERIAL_TEGRA124_UART_CHOICES
prompt "Serial Console UART"