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>
1 parent a5bb389 commit 2765ffdc99af8b5fc171771b5f0e04e96a74a52f
@Masahiro Yamada Masahiro Yamada authored on 26 Mar 2020
Sandrine Bailleux committed on 1 Apr 2020
Showing 4 changed files
View
plat/socionext/uniphier/tsp/uniphier_tsp_setup.c
View
plat/socionext/uniphier/uniphier_bl2_setup.c
View
plat/socionext/uniphier/uniphier_bl31_setup.c
View
plat/socionext/uniphier/uniphier_xlat_setup.c