commit | 60e5c2f615dccccf07337b873a3e404184fc1eaa | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Thu Apr 26 19:07:17 2018 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Apr 26 19:07:34 2018 +0200 |
tree | 27bd2793014e7bba839ce8768e1dc47e7ec41850 | |
parent | 52c8576b07de268485574c347845a10e08e0a3d8 [diff] |
BL2_AT_EL3: do not try to disable MMU twice on AARCH32 If BL2_AT_EL3 is enabled, bl2_run_next_image is called at the end of BL2. This function calls disable_mmu_icache_secure. It is then useless to call it in bl2_main in that case. fixes arm-software/tf-issues#582 Signed-off-by: Yann Gautier <yann.gautier@st.com>