aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra210
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-06-30 21:59:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-06-30 22:13:04 +0200
commitd13fd1b013f1639521aa1a682d147db758db398f (patch)
treeb18200e2a680371bade5877d2ccc558c8f882b47 /src/soc/nvidia/tegra210
parente3fe4e7572a60cf7444ee87228edb509d020e0b7 (diff)
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)
Diffstat (limited to 'src/soc/nvidia/tegra210')
-rw-r--r--src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld b/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld
index 7aa98e0e02..5c8f3468c7 100644
--- a/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld
+++ b/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld
@@ -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)