|
@@ -34,6 +34,7 @@
|
|
|
|
|
|
|
|
#include <mach/hardware.h>
|
|
#include <mach/hardware.h>
|
|
|
#include <mach/irqs.h>
|
|
#include <mach/irqs.h>
|
|
|
|
|
+#include <mach/reset.h>
|
|
|
|
|
|
|
|
#include "generic.h"
|
|
#include "generic.h"
|
|
|
#include <clocksource/pxa.h>
|
|
#include <clocksource/pxa.h>
|
|
@@ -95,6 +96,8 @@ static void sa1100_power_off(void)
|
|
|
|
|
|
|
|
void sa11x0_restart(enum reboot_mode mode, const char *cmd)
|
|
void sa11x0_restart(enum reboot_mode mode, const char *cmd)
|
|
|
{
|
|
{
|
|
|
|
|
+ clear_reset_status(RESET_STATUS_ALL);
|
|
|
|
|
+
|
|
|
if (mode == REBOOT_SOFT) {
|
|
if (mode == REBOOT_SOFT) {
|
|
|
/* Jump into ROM at address 0 */
|
|
/* Jump into ROM at address 0 */
|
|
|
soft_restart(0);
|
|
soft_restart(0);
|