Merge "fastboot: Add DTS partition support for 'flashall' command"

This commit is contained in:
Treehugger Robot 2017-05-15 19:28:26 +00:00 committed by Gerrit Code Review
commit b8e428110b
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ static struct {
{ "boot", "boot.img", "boot.sig", "boot", false, false },
{ nullptr, "boot_other.img", "boot.sig", "boot", true, true },
{ "dtbo", "dtbo.img", "dtbo.sig", "dtbo", true, false },
{ "dts", "dt.img", "dt.sig", "dts", true, false },
{ "recovery", "recovery.img", "recovery.sig", "recovery", true, false },
{ "system", "system.img", "system.sig", "system", false, false },
{ nullptr, "system_other.img", "system.sig", "system", true, true },