From efa1bab94c332892abe7306cc963edaed709f651 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Mon, 1 Feb 2010 15:59:12 -0800 Subject: change log recovery to generic device_recovery_start function Remove (or at least stop calling) the HTC-specific mechanism for preserving the recovery log from before a radio or hboot update. Replace it with a generic device_recovery_start() function which each device's code can implement to do whatever it wants on recovery startup. Change-Id: If3cca4b498c0b1cf0565236404ecf56a1fc46123 --- firmware.c | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware.c') diff --git a/firmware.c b/firmware.c index 6739c1e93..4c1a9a4a9 100644 --- a/firmware.c +++ b/firmware.c @@ -119,7 +119,6 @@ int maybe_install_firmware_update(const char *send_intent, * wipe the cache and reboot into the system.) */ snprintf(boot.command, sizeof(boot.command), "update-%s", update_type); - strlcat(boot.recovery, "--recover_log\n", sizeof(boot.recovery)); if (set_bootloader_message(&boot)) { format_root_device("CACHE:"); return -1; -- cgit v1.2.3