commit | 4c72c3fefaa7f7ea4a17c68cb668588571a4e174 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Tue Aug 07 16:35:54 2018 +0100 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Fri Aug 10 13:47:37 2018 +0100 |
tree | addad08ccb4ba60e38b56cd453364969c8ced056 | |
parent | 1e54cbb8f5addfa69fde5932c4177b8abd7e1ff9 [diff] [blame] |
layerscape: stm32mp1: Migrate to enable_mmu_svc_mon() Change-Id: I3d16b247a0fa457e6293e2d2c4503dfde1e51c1d Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
diff --git a/plat/layerscape/common/ls_bl2_setup.c b/plat/layerscape/common/ls_bl2_setup.c index 6e6ad6e..4b2dc72 100644 --- a/plat/layerscape/common/ls_bl2_setup.c +++ b/plat/layerscape/common/ls_bl2_setup.c
@@ -53,7 +53,7 @@ ); #ifdef AARCH32 - enable_mmu_secure(0); + enable_mmu_svc_mon(0); #else enable_mmu_el1(0); #endif