* commit '311321820bfbe11f88432d9b9cc8429d3f85b17b': Wait for device to disappear after "fastboot reboot".
This commit is contained in:
commit
4705044243
1 changed files with 1 additions and 0 deletions
|
|
@ -1216,6 +1216,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
if (wants_reboot) {
|
if (wants_reboot) {
|
||||||
fb_queue_reboot();
|
fb_queue_reboot();
|
||||||
|
fb_queue_wait_for_disconnect();
|
||||||
} else if (wants_reboot_bootloader) {
|
} else if (wants_reboot_bootloader) {
|
||||||
fb_queue_command("reboot-bootloader", "rebooting into bootloader");
|
fb_queue_command("reboot-bootloader", "rebooting into bootloader");
|
||||||
fb_queue_wait_for_disconnect();
|
fb_queue_wait_for_disconnect();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue