summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2026-05-20 08:21:49 +0530
committerTom Rini <[email protected]>2026-05-25 09:29:50 -0600
commitb53128d5283d63d749525895b2a38b558d843ced (patch)
tree28762cd80d9e4010fb7464b1e0c577d96e29803d /cmd
parent7f34bb50a59804f6ebe02c1f62b7b29093eb103c (diff)
arm: armv8: mmu: move mmu enablement out of mmu_setup
Currently mmu_setup for ARMv8 performs two functions, first it sets up the page tables based the memory map provided by the board and then it enables the MMU. However for some platforms runtime fixes to the generated page tables are required before the MMU can be enabled, such as K3 family of SoCs. Therefore this patch moves the enablement of the MMU out of mmu_setup and to a standalone mmu_enable function to give more granular control to the platforms. Note that no functional changes are intended from this patch. Reviewed-by: Ilias Apalodimas <[email protected]> Signed-off-by: Anshul Dalal <[email protected]>
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions