diff options
Diffstat (limited to 'arch/arm/plat-spear/include/plat/system.h')
| -rw-r--r-- | arch/arm/plat-spear/include/plat/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-spear/include/plat/system.h b/arch/arm/plat-spear/include/plat/system.h index a235fa0ca777..1171f228d718 100644 --- a/arch/arm/plat-spear/include/plat/system.h +++ b/arch/arm/plat-spear/include/plat/system.h | |||
| @@ -31,7 +31,7 @@ static inline void arch_reset(char mode, const char *cmd) | |||
| 31 | { | 31 | { |
| 32 | if (mode == 's') { | 32 | if (mode == 's') { |
| 33 | /* software reset, Jump into ROM at address 0 */ | 33 | /* software reset, Jump into ROM at address 0 */ |
| 34 | cpu_reset(0); | 34 | soft_restart(0); |
| 35 | } else { | 35 | } else { |
| 36 | /* hardware reset, Use on-chip reset capability */ | 36 | /* hardware reset, Use on-chip reset capability */ |
| 37 | sysctl_soft_reset((void __iomem *)VA_SPEAR_SYS_CTRL_BASE); | 37 | sysctl_soft_reset((void __iomem *)VA_SPEAR_SYS_CTRL_BASE); |
