diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2014-09-23 14:15:29 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-03-28 08:48:36 +0100 |
commit | b7cf11573d51d277809649f748b796f103fa98dc (patch) | |
tree | 4420ccfa9beb01f6687a7aed910a76a10699fc91 /src/soc/qualcomm | |
parent | f32ef133dd0a905ebffb994da2797cf9bf6633f2 (diff) |
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: Iee1214b218ee3f8aca28797841501c227549affb
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 6f19ca8cb9a2efa1d295f038730ed06ec9ceb8c4
Original-Change-Id: Ia88b598ad5e4b6adcbd87d865e43be57fbf0ea98
Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/219572
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9122
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/ipq806x/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index 395c3297a1..fc78ecc5b0 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -65,11 +65,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" |