From 6c00071268b19f92d29e5bec873a12380afd9199 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 17:41:52 +0000 Subject: ARM: restart: clps711x: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King --- arch/arm/mach-clps711x/common.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/mach-clps711x/common.c') diff --git a/arch/arm/mach-clps711x/common.c b/arch/arm/mach-clps711x/common.c index ced2a4e406f4..ab1711b9b4d6 100644 --- a/arch/arm/mach-clps711x/common.c +++ b/arch/arm/mach-clps711x/common.c @@ -220,3 +220,8 @@ struct sys_timer clps711x_timer = { .init = clps711x_timer_init, .offset = clps711x_gettimeoffset, }; + +void clps711x_restart(char mode, const char *cmd) +{ + soft_restart(0); +} -- cgit v1.2.3