ARM: restart: only perform setup for restart when soft-restarting
[pandora-kernel.git] / arch / arm / mach-rpc / include / mach / system.h
index 45c7b93..a354f4d 100644 (file)
@@ -23,5 +23,5 @@ static inline void arch_reset(char mode, const char *cmd)
        /*
         * Jump into the ROM
         */
-       cpu_reset(0);
+       soft_restart(0);
 }