ARM: restart: integrator: use new restart hook

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

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2011-11-03 19:54:37 +00:00
parent 00e9967e0d
commit 6338b66f8a
5 changed files with 11 additions and 7 deletions

View File

@@ -1,2 +1,3 @@
void integrator_init_early(void);
void integrator_reserve(void);
void integrator_restart(char, const char *);