bldrmsg: Only emmc /misc is supported

Change-Id: Ic0716557a87ec0638e2dbed1c3f743231e8b2f8e
This commit is contained in:
Matt Mower
2017-01-06 13:45:54 -06:00
parent c39b1b4e51
commit 3626bdc800
3 changed files with 4 additions and 6 deletions
@@ -86,7 +86,7 @@ bool clear_bootloader_message(std::string* err);
bool read_wipe_package(std::string* package_data, size_t size, std::string* err);
bool write_wipe_package(const std::string& package_data, std::string* err);
void set_misc_device(const char* type, const char* name);
void set_misc_device(std::string name);
void get_args(int *argc, char ***argv);
#else