Merge "refactor(imx8mn): make use of setup_page_tables()" into integration

This commit is contained in:
Madhukar Pappireddy 2022-11-01 15:14:53 +01:00 committed by TrustedFirmware Code Review
commit ebaf46c8e3

View file

@ -204,11 +204,7 @@ void bl31_plat_arch_setup(void)
{0} {0}
}; };
mmap_add(bl_regions); setup_page_tables(bl_regions, imx_mmap);
mmap_add(imx_mmap);
init_xlat_tables();
enable_mmu_el3(0); enable_mmu_el3(0);
} }