commit | 2765ffdc99af8b5fc171771b5f0e04e96a74a52f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 26 13:18:48 2020 +0900 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Wed Apr 01 16:40:16 2020 +0200 |
tree | a3e983c39bd3684b39b99b32b843397687941441 | |
parent | a5bb389a8292a6d8e14c1b38ef83414165fbbcf1 [diff] |
uniphier: use enable_mmu() in common function Currently, enable_mmu_el1() or enable_mmu_el3() is kept outside the common function because the appropriate one must be chosen. Use enable_mmu() and move it to the common function. Change-Id: If2fb651691a7b6be05674f5cf730ae067ba95d4b Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>