diff options
Diffstat (limited to 'arch/arm/mach-iop32x/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-iop32x/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/include/mach/system.h b/arch/arm/mach-iop32x/include/mach/system.h index a4b808fe0d81..4865a9bff85e 100644 --- a/arch/arm/mach-iop32x/include/mach/system.h +++ b/arch/arm/mach-iop32x/include/mach/system.h | |||
@@ -30,5 +30,5 @@ static inline void arch_reset(char mode, const char *cmd) | |||
30 | *IOP3XX_PCSR = 0x30; | 30 | *IOP3XX_PCSR = 0x30; |
31 | 31 | ||
32 | /* Jump into ROM at address 0 */ | 32 | /* Jump into ROM at address 0 */ |
33 | cpu_reset(0); | 33 | soft_restart(0); |
34 | } | 34 | } |