aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra210/memlayout.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra210/memlayout.ld')
-rw-r--r--src/soc/nvidia/tegra210/memlayout.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/memlayout.ld b/src/soc/nvidia/tegra210/memlayout.ld
index 55da1293d9..e272c7d449 100644
--- a/src/soc/nvidia/tegra210/memlayout.ld
+++ b/src/soc/nvidia/tegra210/memlayout.ld
@@ -32,6 +32,6 @@ SECTIONS
DRAM_START(0x80000000)
POSTRAM_CBFS_CACHE(0x80100000, 1M)
- RAMSTAGE(0x80200000, 256K)
+ RAMSTAGE(0x80200000, 2M)
TTB(0x100000000 - CONFIG_TTB_SIZE_MB * 1M, CONFIG_TTB_SIZE_MB * 1M)
}