super: emmc shouldn't be mount-only.

Bugs:
E:Cannot restore super -- mounted read only.

Change-Id: I07891b3f45a8601c1cafa45f9dd2a7a94482ac06
This commit is contained in:
Simon Shi
2020-06-18 02:17:44 +08:00
parent 407437ed39
commit f4c1553789

View File

@@ -3332,7 +3332,6 @@ void TWPartitionManager::Setup_Super_Devices() {
superPartition->Alternate_Block_Device = superPart;
superPartition->Backup_Display_Name = "super";
superPartition->Can_Flash_Img = true;
superPartition->Change_Mount_Read_Only(true);
superPartition->Current_File_System = "emmc";
superPartition->Can_Be_Backed_Up = true;
superPartition->Is_Present = true;