aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-mxc/system.c')
-rw-r--r--arch/arm/plat-mxc/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/system.c b/arch/arm/plat-mxc/system.c
index 9dad8dcc2ea9..b1cfc6a49715 100644
--- a/arch/arm/plat-mxc/system.c
+++ b/arch/arm/plat-mxc/system.c
@@ -70,7 +70,7 @@ void arch_reset(char mode, const char *cmd)
70 mdelay(50); 70 mdelay(50);
71 71
72 /* we'll take a jump through zero as a poor second */ 72 /* we'll take a jump through zero as a poor second */
73 cpu_reset(0); 73 soft_restart(0);
74} 74}
75 75
76void mxc_arch_reset_init(void __iomem *base) 76void mxc_arch_reset_init(void __iomem *base)