From 3626bdc80056c21e636659fc385791482e32b346 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Fri, 6 Jan 2017 13:45:54 -0600 Subject: bldrmsg: Only emmc /misc is supported Change-Id: Ic0716557a87ec0638e2dbed1c3f743231e8b2f8e --- twrp.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'twrp.cpp') diff --git a/twrp.cpp b/twrp.cpp index ff40eb11c..88df452e7 100644 --- a/twrp.cpp +++ b/twrp.cpp @@ -176,11 +176,9 @@ int main(int argc, char **argv) { TWPartition* misc = PartitionManager.Find_Partition_By_Path("/misc"); if (misc != NULL) { if (misc->Current_File_System == "emmc") { - set_misc_device("emmc", misc->Actual_Block_Device.c_str()); - } else if (misc->Current_File_System == "mtd") { - set_misc_device("mtd", misc->MTD_Name.c_str()); + set_misc_device(misc->Actual_Block_Device); } else { - LOGERR("Unknown file system for /misc\n"); + LOGERR("Only emmc /misc is supported\n"); } } get_args(&argc, &argv); -- cgit v1.2.3