aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/ipq40xx')
-rw-r--r--src/soc/qualcomm/ipq40xx/include/soc/memlayout.ld10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/memlayout.ld b/src/soc/qualcomm/ipq40xx/include/soc/memlayout.ld
index de8488ac53..5e9707754d 100644
--- a/src/soc/qualcomm/ipq40xx/include/soc/memlayout.ld
+++ b/src/soc/qualcomm/ipq40xx/include/soc/memlayout.ld
@@ -36,8 +36,8 @@ SECTIONS
PRERAM_CBFS_CACHE(0x0A0C0000, 93K)
- TTB_SUBTABLES(0x0A0E0000, 4K)
TTB(0x0A0F0000, 16K)
+ TTB_SUBTABLES(0x0A0F4000, 4K)
REGION_END(wifi_imem_0, 0x0A100000)
/* ==^^^== WIFI_IMEM_0_END 0x0A100000 ==^^^== */
@@ -57,8 +57,8 @@ SECTIONS
/* ==^^^== WIFI_IMEM_1_END 0x0A900000 ==^^^== */
DRAM_START(0x80000000)
- RAMSTAGE(0x80640000, 128K)
- SYMBOL(memlayout_cbmem_top, 0x89F80000)
- POSTRAM_CBFS_CACHE(0x89F80000, 384K)
- DMA_COHERENT(0x8A000000, 2M)
+ SYMBOL(memlayout_cbmem_top, 0x87280000)
+ POSTRAM_CBFS_CACHE(0x87280000, 384K)
+ RAMSTAGE(0x872e0000, 128K)
+ DMA_COHERENT(0x87300000, 2M)
}