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:
parent
1ff51e887a
commit
56adf22ba1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue