Fix reboot for some devices

Change-Id: I06caac2e80bd7eb311778796f974846e9ce844fa
This commit is contained in:
Ethan Yonker
2015-03-24 21:37:52 -05:00
committed by Dees Troy
parent 202e51b1c2
commit bc2bc6bb67
2 changed files with 18 additions and 22 deletions
-5
View File
@@ -369,10 +369,5 @@ int main(int argc, char **argv) {
else
TWFunc::tw_reboot(rb_system);
#ifdef ANDROID_RB_RESTART
android_reboot(ANDROID_RB_RESTART, 0, 0);
#else
reboot(RB_AUTOBOOT);
#endif
return 0;
}