From 9045e72d475957fbe444c83405dc831309d97ec5 Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Sat, 15 Nov 2008 16:09:58 +0100 Subject: [PATCH] --- yaml --- r: 123680 b: refs/heads/master c: a0361a8afeaa07274e21907e4488eedceb12e3d6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/mioa701.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c763bac70f1f..0860fb93eeb3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e7ccddf0fd22617a3edc28ab2ce2fac0fb94823 +refs/heads/master: a0361a8afeaa07274e21907e4488eedceb12e3d6 diff --git a/trunk/arch/arm/mach-pxa/mioa701.c b/trunk/arch/arm/mach-pxa/mioa701.c index 3fe95a04b196..8252f329ad70 100644 --- a/trunk/arch/arm/mach-pxa/mioa701.c +++ b/trunk/arch/arm/mach-pxa/mioa701.c @@ -898,13 +898,13 @@ static void mioa701_machine_exit(void); static void mioa701_poweroff(void) { mioa701_machine_exit(); - gpio_set_value(GPIO18_POWEROFF, 1); + arm_machine_restart('s'); } static void mioa701_restart(char c) { mioa701_machine_exit(); - arm_machine_restart(c); + arm_machine_restart('s'); } struct gpio_ress global_gpios[] = {