From 6dbb4e5f0d66c68df45ac73e3f223b856b715026 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Mon, 28 Oct 2013 19:49:58 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/174950 Reviewed-by: Gabe Black --- src/soc/nvidia/tegra124/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig index dc4b634bc2..bfb4781836 100644 --- a/src/soc/nvidia/tegra124/Kconfig +++ b/src/soc/nvidia/tegra124/Kconfig @@ -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"