From b219415c39053dbe70e88c361b5e943acd74546c Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 11:35:32 +0000 Subject: ARM: restart: ixp23xx: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). In doing so, we split out the ixdp2351 restart code into its own platform file. Acked-by: Lennert Buytenhek Signed-off-by: Russell King --- arch/arm/mach-ixp23xx/espresso.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-ixp23xx/espresso.c') diff --git a/arch/arm/mach-ixp23xx/espresso.c b/arch/arm/mach-ixp23xx/espresso.c index 30dd31652e9d..8f2487e1fc4e 100644 --- a/arch/arm/mach-ixp23xx/espresso.c +++ b/arch/arm/mach-ixp23xx/espresso.c @@ -90,4 +90,5 @@ MACHINE_START(ESPRESSO, "IP Fabrics Double Espresso") .timer = &ixp23xx_timer, .atag_offset = 0x100, .init_machine = espresso_init, + .restart = ixp23xx_restart, MACHINE_END -- cgit v1.2.3