fix reboot flag
[android-command-line.git] / rockchip-flash-helper.pl
index 1a78b1a..df9744d 100755 (executable)
@@ -51,7 +51,7 @@ foreach ( split(/,/,$cmdline) ) {
 
 if ( $mode eq 'update' || $mode eq 'restore' ) {
        warn "# reboot Android\n";
-       system("$rkflashtool r");
+       system("$rkflashtool b");
 }
 
 __DATA__