summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/soc.c')
-rw-r--r--arch/arm/mach-exynos/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/soc.c b/arch/arm/mach-exynos/soc.c
index 0ef7ad3314b..589e16c5ad6 100644
--- a/arch/arm/mach-exynos/soc.c
+++ b/arch/arm/mach-exynos/soc.c
@@ -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
}