Skip to content

Commit

Permalink
dts: remove EFS mount
Browse files Browse the repository at this point in the history
* Starting Android 11. this causes issues
  • Loading branch information
ananjaser1211 committed Jul 13, 2020
1 parent 4c3099e commit 5d2f678
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm64/boot/exynos8890_Treble.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -525,14 +525,6 @@
mnt_flags = "ro";
fsmgr_flags = "wait";
};
efs {
compatible = "android,efs";
dev = "/dev/block/platform/155a0000.ufs/by-name/EFS";
type = "ext4";
mnt_flags = "noatime,nosuid,nodev,noauto_da_alloc,discard,journal_async_commit,data=ordered,errors=panic";
fsmgr_flags = "wait,check";
status = "ok";
};
};
};
};
Expand Down

0 comments on commit 5d2f678

Please sign in to comment.