Loading recovery.c +5 −9 Original line number Diff line number Diff line Loading @@ -220,10 +220,8 @@ get_args(int *argc, char ***argv) { strlcat(boot.recovery, (*argv)[i], sizeof(boot.recovery)); strlcat(boot.recovery, "\n", sizeof(boot.recovery)); } if (device_flash_type() == MTD) { set_bootloader_message(&boot); } } void set_sdcard_update_bootloader_message() { Loading Loading @@ -284,12 +282,10 @@ finish_recovery(const char *send_intent) { copy_log_file(LAST_LOG_FILE, false); chmod(LAST_LOG_FILE, 0640); if (device_flash_type() == MTD) { // Reset to mormal system boot so recovery won't cycle indefinitely. // Reset to normal system boot so recovery won't cycle indefinitely. struct bootloader_message boot; memset(&boot, 0, sizeof(boot)); set_bootloader_message(&boot); } // Remove the command file, so recovery won't repeat indefinitely. if (ensure_path_mounted(COMMAND_FILE) != 0 || Loading Loading
recovery.c +5 −9 Original line number Diff line number Diff line Loading @@ -220,10 +220,8 @@ get_args(int *argc, char ***argv) { strlcat(boot.recovery, (*argv)[i], sizeof(boot.recovery)); strlcat(boot.recovery, "\n", sizeof(boot.recovery)); } if (device_flash_type() == MTD) { set_bootloader_message(&boot); } } void set_sdcard_update_bootloader_message() { Loading Loading @@ -284,12 +282,10 @@ finish_recovery(const char *send_intent) { copy_log_file(LAST_LOG_FILE, false); chmod(LAST_LOG_FILE, 0640); if (device_flash_type() == MTD) { // Reset to mormal system boot so recovery won't cycle indefinitely. // Reset to normal system boot so recovery won't cycle indefinitely. struct bootloader_message boot; memset(&boot, 0, sizeof(boot)); set_bootloader_message(&boot); } // Remove the command file, so recovery won't repeat indefinitely. if (ensure_path_mounted(COMMAND_FILE) != 0 || Loading