summaryrefslogtreecommitdiff
path: root/bl1/aarch32/bl1_exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/aarch32/bl1_exceptions.S')
-rw-r--r--bl1/aarch32/bl1_exceptions.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl1/aarch32/bl1_exceptions.S b/bl1/aarch32/bl1_exceptions.S
index 15405424..9b001a96 100644
--- a/bl1/aarch32/bl1_exceptions.S
+++ b/bl1/aarch32/bl1_exceptions.S
@@ -116,7 +116,7 @@ func smc_handler
/* Turn on the MMU */
mov r0, #DISABLE_DCACHE
- bl enable_mmu_secure
+ bl enable_mmu_svc_mon
/* Enable the data cache. */
ldcopr r9, SCTLR