aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx/memlayout.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/ipq40xx/memlayout.ld')
-rw-r--r--src/soc/qualcomm/ipq40xx/memlayout.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/qualcomm/ipq40xx/memlayout.ld b/src/soc/qualcomm/ipq40xx/memlayout.ld
index e630e74ebd..4b56060a36 100644
--- a/src/soc/qualcomm/ipq40xx/memlayout.ld
+++ b/src/soc/qualcomm/ipq40xx/memlayout.ld
@@ -44,6 +44,6 @@ SECTIONS
DRAM_START(0x80000000)
SYMBOL(memlayout_cbmem_top, 0x87280000)
POSTRAM_CBFS_CACHE(0x87280000, 512K)
- RAMSTAGE(0x87300000, 512K)
- DMA_COHERENT(0x87400000, 2M)
+ RAMSTAGE(0x87300000, 2M)
+ DMA_COHERENT(0x87500000, 2M)
}