diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 04:48:33 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:20 -0500 |
commit | abea3f2ce05f57e185b080e4a313f9fb519a0ecb (patch) | |
tree | 276a3714bd1b97418b73f46ec0522e0b4a69a584 /arch/arm/mach-tegra/board-harmony.c | |
parent | dd1661e27a7879d3af0024ba94e171522492dd2f (diff) |
ARM: restart: tegra: 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>
Diffstat (limited to 'arch/arm/mach-tegra/board-harmony.c')
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index f0bdc5e3fe52..7eaa52de756c 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -189,4 +189,5 @@ MACHINE_START(HARMONY, "harmony") | |||
189 | .init_irq = tegra_init_irq, | 189 | .init_irq = tegra_init_irq, |
190 | .timer = &tegra_timer, | 190 | .timer = &tegra_timer, |
191 | .init_machine = tegra_harmony_init, | 191 | .init_machine = tegra_harmony_init, |
192 | .restart = tegra_assert_system_reset, | ||
192 | MACHINE_END | 193 | MACHINE_END |