tegra132: increase romstage size for vboot
Bump up the romstage size to allow more breathing room. Change-Id: I4df7031d286c13797dccdf2f49d023bbf462fbb8 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/11830 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
079fb3fc29
commit
fb9e378f2d
|
@ -37,8 +37,8 @@ SECTIONS
|
|||
STACK(0x40018000, 2K)
|
||||
TIMESTAMP(0x40018800, 2K)
|
||||
BOOTBLOCK(0x40019000, 22K)
|
||||
VERSTAGE(0x4001e800, 58K)
|
||||
ROMSTAGE(0x4002d000, 76K)
|
||||
VERSTAGE(0x4001e800, 55K)
|
||||
ROMSTAGE(0x4002c400, 77K)
|
||||
SRAM_END(0x40040000)
|
||||
|
||||
DRAM_START(0x80000000)
|
||||
|
|
Loading…
Reference in New Issue