Loading fastboot/fastboot.c +1 −0 Original line number Diff line number Diff line Loading @@ -1216,6 +1216,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 Loading
fastboot/fastboot.c +1 −0 Original line number Diff line number Diff line Loading @@ -1216,6 +1216,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