summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-clps711x/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/reset.c b/arch/arm/mach-clps711x/reset.c
index 67c9c8b8c5..859d8ae574 100644
--- a/arch/arm/mach-clps711x/reset.c
+++ b/arch/arm/mach-clps711x/reset.c
@@ -11,7 +11,7 @@
void __noreturn reset_cpu(unsigned long addr)
{
- arch_shutdown();
+ shutdown_barebox();
asm("mov pc, #0");