Commit 490e51c1 authored by topjohnwu's avatar topjohnwu

Don't set RECOVERYMODE if recovery_dtbo exists

Apparently some boot images with ramdisk still have recovery_dtbo,
so this assumption is no longer safe to do. Expect the user to
set this option properly themselves in the app.

Fix #4976, close #5070, close #5184
parent 1df2a047
......@@ -101,8 +101,6 @@ case $? in
;;
esac
[ -f recovery_dtbo ] && RECOVERYMODE=true
###################
# Ramdisk Restores
###################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment