aboutsummaryrefslogtreecommitdiffstats
path: root/recovery.c
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-09-08 16:55:35 -0700
committerKoushik Dutta <koushd@gmail.com>2011-09-08 16:55:35 -0700
commit7f13e150cf328414920311903f3096accceece44 (patch)
tree7ed6ea153098691c7c39c2443759d4a70ac7dde6 /recovery.c
parent30a937a954e78ac600cae97ae86f0a9bc6481ab8 (diff)
downloadbootable_recovery-7f13e150cf328414920311903f3096accceece44.zip
bootable_recovery-7f13e150cf328414920311903f3096accceece44.tar.gz
bootable_recovery-7f13e150cf328414920311903f3096accceece44.tar.bz2
more cwr5 work.
Change-Id: I72bb14ef25a9067ccde3e40ea989c7990512687a
Diffstat (limited to 'recovery.c')
-rw-r--r--recovery.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/recovery.c b/recovery.c
index d0dee32..7e4ed09 100644
--- a/recovery.c
+++ b/recovery.c
@@ -955,6 +955,9 @@ main(int argc, char **argv) {
prompt_and_wait();
}
+ // If there is a radio image pending, reboot now to install it.
+ maybe_install_firmware_update(send_intent);
+
// Otherwise, get ready to boot the main system...
finish_recovery(send_intent);
if(!poweroff)