commit | 077033391bf9dc9c73bbcebf011fc63a6501674b | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Tue Jun 24 22:36:50 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 23 21:50:22 2014 +0000 |
tree | 013347865281fd67e1a9eec71c86519a7f3f0d70 | |
parent | c4a09654cc2c91ad27f7d29d4584bec58d75e9f8 [diff] | |
parent | ec25e7bc4bb8c203f89f133136a62a08410d6ceb [diff] |
Merge "Wait for device to disappear after "fastboot reboot"."
diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index 9c04c21..266d0b5 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c
@@ -1216,6 +1216,7 @@ } 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();