summaryrefslogtreecommitdiff
path: root/src/soc/ti/am335x
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/ti/am335x')
-rw-r--r--src/soc/ti/am335x/memlayout.ld18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/soc/ti/am335x/memlayout.ld b/src/soc/ti/am335x/memlayout.ld
index 8d1e8d68a6..b9d01a86d6 100644
--- a/src/soc/ti/am335x/memlayout.ld
+++ b/src/soc/ti/am335x/memlayout.ld
@@ -7,15 +7,15 @@
SECTIONS
{
SRAM_START(0x402f0400)
- BOOTBLOCK(0x402f0400, 20K)
- FMAP_CACHE(0x402f0400+20K, 2K)
- CBFS_MCACHE(0x402f0400+20K+2K, 8K)
- TTB(0x402F8000, 16K)
- ROMSTAGE(0x402F8000+16K, 40K)
-
- PRERAM_CBFS_CACHE(0x402F8000+16K+40K, 20K)
-
- STACK(0x4030be00, 4K)
+ BOOTBLOCK(., 22K)
+ FMAP_CACHE(., 2K)
+ CBFS_MCACHE(., 8K)
+ ROMSTAGE(., 42K)
+ PRERAM_CBFS_CACHE(., 20K)
+
+ STACK(., 4K)
+ . = ALIGN(16K);
+ TTB(., 16K)
SRAM_END(0x40310000)
DRAM_START(0x80000000)