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

View File

@@ -39,7 +39,7 @@
static std::string misc_blkdev;
void set_misc_device(const char* type, const char* name) {
void set_misc_device(std::string name) {
misc_blkdev = name;
}