[U-Boot] [PATCH] arm: exynos: Use the generic lowlevel_init instead of the specific one
Alison Wang
b18965 at freescale.com
Fri Sep 9 10:48:46 CEST 2016
This patch is to use the the generic lowlevel_init instead of the
specific one.
Signed-off-by: Alison Wang <alison.wang at nxp.com>
---
arch/arm/mach-exynos/soc.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/arch/arm/mach-exynos/soc.c b/arch/arm/mach-exynos/soc.c
index f9c7468..737a8dd 100644
--- a/arch/arm/mach-exynos/soc.c
+++ b/arch/arm/mach-exynos/soc.c
@@ -23,11 +23,3 @@ void enable_caches(void)
dcache_enable();
}
#endif
-
-#ifdef CONFIG_ARM64
-void lowlevel_init(void)
-{
- armv8_switch_to_el2();
- armv8_switch_to_el1();
-}
-#endif
--
2.1.0.27.g96db324
More information about the U-Boot
mailing list