summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Jun <yujun@marvell.com>2016-02-03 23:12:57 -0800
committerYu Jun <yujun@marvell.com>2016-02-03 23:15:53 -0800
commit453c8c74a4f8676aee01305aae4d55e1cedff1b3 (patch)
tree327c262f0c75ad3436ee36f1760d793461f6074e
parent69b7e92570929a4267c548cd1506887fbc3f47b5 (diff)
downloadabox_edge-453c8c74a4f8676aee01305aae4d55e1cedff1b3.tar.gz
Removed the recovery.img flashing in provision-devicebrillo-m10-releasebrillo-m10-dev
To remove the recovery.img flashing in align with the latest Brillo code removing the recovery.img. BUG=26962192 Change-Id: I069b3c2e80a865033d0224bedce40269e5370db8
-rwxr-xr-xprovision-device1
1 files changed, 0 insertions, 1 deletions
diff --git a/provision-device b/provision-device
index a886f4a..c54617b 100755
--- a/provision-device
+++ b/provision-device
@@ -31,6 +31,5 @@ fastboot \
flash system_b ${OS}/system.img \
flash userdata ${OS}/userdata.img \
flash cache ${OS}/cache.img \
- flash recovery ${OS}/recovery.img \
flash secure ${VENDOR}/bootloader/teesst.img \
--set-active=_a "$@"