mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
Merge "refactor(imx8mm): make use of setup_page_tables()" into integration
This commit is contained in:
commit
473bed8ffd
1 changed files with 1 additions and 5 deletions
|
@ -207,11 +207,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue