summaryrefslogtreecommitdiffstats
path: root/twrp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrp.cpp')
-rwxr-xr-xtwrp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/twrp.cpp b/twrp.cpp
index 6b9cd7552..95e376b5a 100755
--- a/twrp.cpp
+++ b/twrp.cpp
@@ -345,6 +345,8 @@ int main(int argc, char **argv) {
TWFunc::tw_reboot(rb_bootloader);
else if (Reboot_Arg == "download")
TWFunc::tw_reboot(rb_download);
+ else if (Reboot_Arg == "edl")
+ TWFunc::tw_reboot(rb_edl);
else
TWFunc::tw_reboot(rb_system);