summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sdm845/mmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sdm845/mmu.c')
-rw-r--r--src/soc/qualcomm/sdm845/mmu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sdm845/mmu.c b/src/soc/qualcomm/sdm845/mmu.c
index ec5fa55de2..e63bfed690 100644
--- a/src/soc/qualcomm/sdm845/mmu.c
+++ b/src/soc/qualcomm/sdm845/mmu.c
@@ -32,3 +32,8 @@ void sdm845_mmu_init(void)
mmu_enable();
}
+
+void soc_mmu_dram_config_post_dram_init(void)
+{
+ mmu_config_range((void *)_aop, REGION_SIZE(aop), CACHED_RAM);
+}