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 <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/219572 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e2fe74f86b
commit
6f19ca8cb9
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue