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>
这个提交包含在:
Russell King
2011-11-05 10:28:50 +00:00
父节点 1f34f0e2fb
当前提交 d9ca5839fd
修改 16 个文件,包含 25 行新增9 行删除

查看文件

@@ -66,4 +66,5 @@ MACHINE_START(LART, "LART")
.init_irq = sa1100_init_irq,
.init_machine = lart_init,
.timer = &sa1100_timer,
.restart = sa11x0_restart,
MACHINE_END