From 6f19ca8cb9a2efa1d295f038730ed06ec9ceb8c4 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 23 Sep 2014 14:15:29 -0700 Subject: [PATCH] storm: need larger CBFS cache With VPD blob of certain format, CBFS cache on storm proves to be not large enough. This patch makes it bigger, it is still well above the area preserved for the NSS. BUG=chrome-os-partner:32152 TEST=the system now boots with the VPD it used to fail booting. Change-Id: Ia88b598ad5e4b6adcbd87d865e43be57fbf0ea98 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/219572 Reviewed-by: Aaron Durbin --- src/soc/qualcomm/ipq806x/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index ba5574260f..c007a6a19e 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -69,11 +69,11 @@ config STACK_BOTTOM config CBFS_CACHE_ADDRESS hex "memory address to put CBFS cache data" - default 0x405e6000 + default 0x405cc000 config CBFS_CACHE_SIZE hex "size of CBFS cache data" - default 0x00016000 + default 0x00030000 config TTB_BUFFER hex "memory address for page tables"