ARM: restart: sa1100: use new restart hook

Hook these platforms restart code into the new restart hook rather
than using arch_reset().

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Este commit está contenido en:
Russell King
2011-11-05 10:28:50 +00:00
padre 1f34f0e2fb
commit d9ca5839fd
Se han modificado 16 ficheros con 25 adiciones y 9 borrados

Ver fichero

@@ -130,5 +130,6 @@ MACHINE_START(H3600, "Compaq iPAQ H3600")
.init_irq = sa1100_init_irq,
.timer = &sa1100_timer,
.init_machine = h3600_mach_init,
.restart = sa11x0_restart,
MACHINE_END