pistachio: allow more room for bootblock

32K is a more appropriate room for Pistachio bootblock.

BRANCH=none
BUG=chrome-os-partner:31438
TEST=there is no bootblock overflow even when compiled with -O0.

Change-Id: I74b6674aea95b1138e2168527239e2cfb4a7ad42
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/232291
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Vadim Bendebury 2014-11-29 15:28:23 -08:00 committed by chrome-internal-fetch
commit 56adf22ba1

View file

@ -39,11 +39,11 @@ config BOOTBLOCK_CPU_INIT
config CBFS_ROM_OFFSET
hex
default 0x4100
default 0x8100
config CBFS_HEADER_ROM_OFFSET
# Effectively the maximum size of the bootblock
hex
default 0x4000
default 0x8000
endif