summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/qualcomm/sc7280/memlayout.ld5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/soc/qualcomm/sc7280/memlayout.ld b/src/soc/qualcomm/sc7280/memlayout.ld
index 7b6f5a3d04..ed7fce4898 100644
--- a/src/soc/qualcomm/sc7280/memlayout.ld
+++ b/src/soc/qualcomm/sc7280/memlayout.ld
@@ -22,8 +22,9 @@ SECTIONS
AOPSRAM_END(0x0B100000)
SSRAM_START(0x14680000)
- OVERLAP_VERSTAGE_ROMSTAGE(0x14680000, 100K)
- REGION(qcsdi, 0x14699000, 52K, 4K)
+ OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x14680000, 100K)
+ REGION(qcsdi, 0x14699000, 48K, 4K)
+ REGION(modem_id, 0x146A5D00, 4, 4)
SSRAM_END(0x146AB000)
BSRAM_START(0x14800000)