Merge "ARM: dts: msm: mount system & vendor partitions in early init for 8996"

This commit is contained in:
Linux Build Service Account 2017-12-04 15:19:49 -08:00 committed by Gerrit - the friendly Code Review server
commit aae9190964

View file

@ -186,9 +186,17 @@
dev = "/dev/block/platform/soc/7464900.sdhci/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait,slotselect";
fsmgr_flags = "wait";
status = "ok";
};
};
system {
compatible = "android,system";
dev = "/dev/block/platform/soc/7464900.sdhci/by-name/system";
type = "ext4";
mnt_flags = "ro,barrier=1,discard";
fsmgr_flags = "wait";
status = "ok";
};
};
};
};