mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
Merge "refactor(imx8mn): make use of setup_page_tables()" into integration
This commit is contained in:
commit
ebaf46c8e3
1 changed files with 1 additions and 5 deletions
|
@ -204,11 +204,7 @@ void bl31_plat_arch_setup(void)
|
|||
{0}
|
||||
};
|
||||
|
||||
mmap_add(bl_regions);
|
||||
mmap_add(imx_mmap);
|
||||
|
||||
init_xlat_tables();
|
||||
|
||||
setup_page_tables(bl_regions, imx_mmap);
|
||||
enable_mmu_el3(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue