nvidia/tegra210: reserve more room for the romstage in vboot builds
Change-Id: I11c2e270179c54af8687435ff662a509ac714505 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10733 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
e3fe4e7572
commit
d13fd1b013
|
@ -37,8 +37,8 @@ SECTIONS
|
|||
VBOOT2_WORK(0x40014000, 16K)
|
||||
STACK(0x40018000, 2K)
|
||||
BOOTBLOCK(0x40019000, 24K)
|
||||
VERSTAGE(0x4001F000, 56K)
|
||||
ROMSTAGE(0x4002D000, 76K)
|
||||
VERSTAGE(0x4001F000, 52K)
|
||||
ROMSTAGE(0x4002C000, 80K)
|
||||
SRAM_END(0x40040000)
|
||||
|
||||
DRAM_START(0x80000000)
|
||||
|
|
Loading…
Reference in New Issue