s5pc110: sleep: use sleep 1
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Dec 2009 04:28:55 +0000 (13:28 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Dec 2009 04:28:55 +0000 (13:28 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/universal/universal.c

index 14dcb88..ed709e5 100644 (file)
@@ -976,7 +976,7 @@ static void into_charge_mode(void)
        exit_font();
 #endif
 
-       run_command("sleep", 0);
+       run_command("sleep 1", 0);
 }
 
 static void check_micro_usb(void)