summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/rockchip/rk3288/memlayout.ld12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/soc/rockchip/rk3288/memlayout.ld b/src/soc/rockchip/rk3288/memlayout.ld
index ea69a42704..4c0dea2d42 100644
--- a/src/soc/rockchip/rk3288/memlayout.ld
+++ b/src/soc/rockchip/rk3288/memlayout.ld
@@ -17,13 +17,13 @@ SECTIONS
SRAM_START(0xFF700000)
TTB(0xFF700000, 16K)
- BOOTBLOCK(0xFF704004, 16K - 4)
- PRERAM_CBMEM_CONSOLE(0xFF708000, 1K)
- VBOOT2_WORK(0xFF708400, 12K)
- OVERLAP_VERSTAGE_ROMSTAGE(0xFF70B400, 47K + 768)
- PRERAM_CBFS_CACHE(0xFF717300, 256)
+ BOOTBLOCK(0xFF704004, 15K - 4)
+ PRERAM_CBMEM_CONSOLE(0xFF707C00, 1K)
+ VBOOT2_WORK(0xFF708000, 12K)
+ OVERLAP_VERSTAGE_ROMSTAGE(0xFF70B000, 49K)
TIMESTAMP(0xFF717400, 0x180)
- STACK(0xFF717580, 3K - 0x180)
+ PRERAM_CBFS_CACHE(0xFF717580, 0x100)
+ STACK(0xFF717680, 3K - 0x280)
SRAM_END(0xFF718000)
/* 4K of special SRAM in PMU power domain.