tegra132: 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: Iaa3a5838c5235ec78c740a977bc032d8b5e270ef Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 928a4d2d1efabe1e1d6a7fadc22ee0ac4269190e Original-Change-Id: I7018f027d72d5e8aeb894857a5ac6a0bdc1de388 Original-Signed-off-by: Tom Warren <twarren@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/230824 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9528 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
6aec6e4bbe
commit
e14c1b2626
|
@ -38,6 +38,8 @@ SECTIONS
|
|||
STACK(0x40018000, 2K)
|
||||
BOOTBLOCK(0x40019000, 20K)
|
||||
VERSTAGE(0x4001E000, 60K)
|
||||
BOOTBLOCK(0x40019000, 22K)
|
||||
VERSTAGE(0x4001E800, 58K)
|
||||
ROMSTAGE(0x4002D000, 76K)
|
||||
SRAM_END(0x40040000)
|
||||
|
||||
|
|
Loading…
Reference in New Issue