am 47050442
: am 31132182
: am 07703339
: Merge "Wait for device to disappear after "fastboot reboot"."
* commit '4705044243225ffde88910154485a84c27a33709': Wait for device to disappear after "fastboot reboot".
This commit is contained in:
commit
fab6ebafa6
1 changed files with 1 additions and 0 deletions
|
@ -1219,6 +1219,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
if (wants_reboot) {
|
||||
fb_queue_reboot();
|
||||
fb_queue_wait_for_disconnect();
|
||||
} else if (wants_reboot_bootloader) {
|
||||
fb_queue_command("reboot-bootloader", "rebooting into bootloader");
|
||||
fb_queue_wait_for_disconnect();
|
||||
|
|
Loading…
Reference in a new issue