diff options
Diffstat (limited to 'fastboot/fuzzy_fastboot/main.cpp')
-rw-r--r-- | fastboot/fuzzy_fastboot/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fastboot/fuzzy_fastboot/main.cpp b/fastboot/fuzzy_fastboot/main.cpp index 14bf5bff3..60902c4ed 100644 --- a/fastboot/fuzzy_fastboot/main.cpp +++ b/fastboot/fuzzy_fastboot/main.cpp @@ -86,9 +86,8 @@ std::vector<std::pair<std::string, extension::Configuration::PartitionInfo>> const std::string DEFAULT_OUPUT_NAME = "out.img"; // const char scratch_partition[] = "userdata"; -const std::vector<std::string> CMDS{"boot", "continue", "download:", "erase:", - "flash:", "getvar:", "powerdown", "reboot", - "set_active:", "upload", "verify"}; +const std::vector<std::string> CMDS{"boot", "continue", "download:", "erase:", "flash:", + "getvar:", "reboot", "set_active:", "upload", "verify"}; // For pretty printing we need all these overloads ::std::ostream& operator<<(::std::ostream& os, const RetCode& ret) { |