rush: Increase size of bootblock due to overflow

The bootblock on Rush had bumped up into the verstage
allocation, causing the build to break. Reduced verstage from
60K to 58K and increased bootblock from 20K to 22K. Rush and
Ryu both build fine now.

BUG=none
BRANCH=none
TEST=Built both Rush and Ryu OK. Verifed verstage size
using cbfstool and it's around 55K, so plenty of room.

Change-Id: I7018f027d72d5e8aeb894857a5ac6a0bdc1de388
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-on: https://chromium-review.googlesource.com/230824
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Tom Warren 2014-11-19 16:26:41 -07:00 committed by chrome-internal-fetch
commit 928a4d2d1e

View file

@ -37,8 +37,8 @@ SECTIONS
VBOOT2_WORK(0x40014000, 16K)
STACK(0x40018000, 2K)
TIMESTAMP(0x40018800, 2K)
BOOTBLOCK(0x40019000, 20K)
VERSTAGE(0x4001E000, 60K)
BOOTBLOCK(0x40019000, 22K)
VERSTAGE(0x4001E800, 58K)
ROMSTAGE(0x4002D000, 76K)
SRAM_END(0x40040000)