ARM64: dts: Fully remove fstab mounting for sdm670 devices

Signed-off-by: Andrey Sprynga <rtx4d@aospa.co>
Change-Id: Ice7f1108c41bb325e3db99aa4ef5a3c12c3c7c41
This commit is contained in:
Andrey Sprynga
2023-01-12 21:08:32 +07:00
committed by Bruno Martins
parent 902de054b3
commit a46d5d6646
2 changed files with 0 additions and 22 deletions

View File

@@ -454,18 +454,6 @@
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,dtbo";
};
fstab {
compatible = "android,fstab";
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait,slotselect,avb";
status = "ok";
};
};
};
};

View File

@@ -99,16 +99,6 @@
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,product,recovery,dtbo,abl,xbl,tz,hyp";
};
fstab {
compatible = "android,fstab";
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/soc/7c4000.sdhci/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait,avb,verify";
};
};
};
};