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:
parent
1b1c8d83c8
commit
6dbb4e5f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue