aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/system.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-11-05 07:16:05 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-05 07:57:12 -0500
commit00e9967e0dfa0d4c871ac3be5bd1cb28348e68d3 (patch)
tree4ed99fcc10087a4681a76e4722e717d945d15f9b /arch/arm/mach-highbank/system.c
parent0d68370b246dad8c4a94c3a49d700622664ad89a (diff)
ARM: restart: highbank: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-highbank/system.c')
-rw-r--r--arch/arm/mach-highbank/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/system.c b/arch/arm/mach-highbank/system.c
index 53f0c4c5ef1c..82c27230d4a9 100644
--- a/arch/arm/mach-highbank/system.c
+++ b/arch/arm/mach-highbank/system.c
@@ -20,7 +20,7 @@
20#include "core.h" 20#include "core.h"
21#include "sysregs.h" 21#include "sysregs.h"
22 22
23void arch_reset(char mode, const char *cmd) 23void highbank_restart(char mode, const char *cmd)
24{ 24{
25 if (mode == 'h') 25 if (mode == 'h')
26 hignbank_set_pwr_hard_reset(); 26 hignbank_set_pwr_hard_reset();