]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-exynos/soc.c
at91: Add support for the AT91 slow clock controller
[u-boot] / arch / arm / mach-exynos / soc.c
index 737a8ddbcf33cfeff519511ab4240758f934f517..f9c746861199eae76be4f7bd8914841c2aa151b1 100644 (file)
@@ -23,3 +23,11 @@ void enable_caches(void)
        dcache_enable();
 }
 #endif
+
+#ifdef CONFIG_ARM64
+void lowlevel_init(void)
+{
+       armv8_switch_to_el2();
+       armv8_switch_to_el1();
+}
+#endif