From 6f91c5a46cf8f083e9316ce238d1aadb629f41dc Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 15:43:30 +0000 Subject: ARM: restart: mxs: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Shawn Guo Signed-off-by: Russell King --- arch/arm/mach-mxs/mach-m28evk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-mxs/mach-m28evk.c') diff --git a/arch/arm/mach-mxs/mach-m28evk.c b/arch/arm/mach-mxs/mach-m28evk.c index 6b00577b7025..2f2758230edf 100644 --- a/arch/arm/mach-mxs/mach-m28evk.c +++ b/arch/arm/mach-mxs/mach-m28evk.c @@ -363,4 +363,5 @@ MACHINE_START(M28EVK, "DENX M28 EVK") .init_irq = mx28_init_irq, .timer = &m28evk_timer, .init_machine = m28evk_init, + .restart = mxs_restart, MACHINE_END -- cgit v1.2.3