Merge "ARM: dts: msm: mount system & vendor partitions in early init for 8996"
This commit is contained in:
commit
aae9190964
1 changed files with 10 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue