mach-stm32: Enable SPL_RESET_SUPPORT flag
[oweals/u-boot.git] / arch / arm / mach-exynos / soc.c
index 0ef7ad3314b532e1c4e2bfcc0e08e802a0d79dd4..589e16c5ad6f6a9be677313a3a29619c38ac0f42 100644 (file)
@@ -20,7 +20,7 @@ void *secondary_boot_addr = (void *)_main;
 
 void reset_cpu(ulong addr)
 {
-#ifdef CONFIG_CPU_V7
+#ifdef CONFIG_CPU_V7A
        writel(0x1, samsung_get_base_swreset());
 #endif
 }