mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 20:38:03 +00:00
xlat v2: Fix comment
Change-Id: Id7c22d76b896d1dcac18cdb0e564ce4e02583e33 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
f660533729
commit
702b600ff3
1 changed files with 2 additions and 1 deletions
|
@ -86,9 +86,10 @@
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define MMU-enabling functions for EL1 and EL3:
|
* Define MMU-enabling functions for EL1, EL2 and EL3:
|
||||||
*
|
*
|
||||||
* enable_mmu_direct_el1
|
* enable_mmu_direct_el1
|
||||||
|
* enable_mmu_direct_el2
|
||||||
* enable_mmu_direct_el3
|
* enable_mmu_direct_el3
|
||||||
*/
|
*/
|
||||||
define_mmu_enable_func 1
|
define_mmu_enable_func 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue