]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-exynos/soc.c
arm: exynos: realign the code to allow support for newer 64-bit platforms
[u-boot] / arch / arm / mach-exynos / soc.c
index 0f116b141a327ea66c8b63675ddb7d543a48bb0a..737a8ddbcf33cfeff519511ab4240758f934f517 100644 (file)
@@ -11,7 +11,9 @@
 
 void reset_cpu(ulong addr)
 {
+#ifdef CONFIG_CPU_V7
        writel(0x1, samsung_get_base_swreset());
+#endif
 }
 
 #ifndef CONFIG_SYS_DCACHE_OFF