aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/common/aarch64/platform_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/rockchip/common/aarch64/platform_common.c')
-rw-r--r--plat/rockchip/common/aarch64/platform_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/rockchip/common/aarch64/platform_common.c b/plat/rockchip/common/aarch64/platform_common.c
index 9c68b3bc1..a756f40db 100644
--- a/plat/rockchip/common/aarch64/platform_common.c
+++ b/plat/rockchip/common/aarch64/platform_common.c
@@ -44,7 +44,7 @@ static const int cci_map[] = {
coh_limit - coh_start, \
MT_DEVICE | MT_RW | MT_SECURE); \
mmap_add(plat_rk_mmap); \
- rockchip_plat_sram_mmu_el##_el(); \
+ rockchip_plat_mmu_el##_el(); \
init_xlat_tables(); \
\
enable_mmu_el ## _el(0); \