mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
dts: partition: add slotselect to fsmgr_flags [1/1]
PD#156037: dts: add slotselect to fsmgr_flags Change-Id: I48baedc6e5079233d5320748c6a5d623d3ad15fa Signed-off-by: Xindong Xu <xindong.xu@amlogic.com>
This commit is contained in:
@@ -129,50 +129,26 @@
|
||||
compatible = "android,fstab";
|
||||
system {
|
||||
compatible = "android,system";
|
||||
dev = "/dev/block/system_a";
|
||||
dev = "/dev/block/system";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait";
|
||||
};
|
||||
|
||||
system_b {
|
||||
compatible = "android,system";
|
||||
dev = "/dev/block/system_b";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait";
|
||||
fsmgr_flags = "wait,slotselect";
|
||||
};
|
||||
|
||||
vendor {
|
||||
compatible = "android,vendor";
|
||||
dev = "/dev/block/vendor_a";
|
||||
dev = "/dev/block/vendor";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait";
|
||||
};
|
||||
|
||||
vendor_b {
|
||||
compatible = "android,vendor";
|
||||
dev = "/dev/block/vendor_b";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait";
|
||||
fsmgr_flags = "wait,slotselect";
|
||||
};
|
||||
|
||||
odm {
|
||||
compatible = "android,odm";
|
||||
dev = "/dev/block/odm_a";
|
||||
dev = "/dev/block/odm";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait";
|
||||
};
|
||||
|
||||
odm_b {
|
||||
compatible = "android,odm";
|
||||
dev = "/dev/block/odm_b";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
fsmgr_flags = "wait";
|
||||
fsmgr_flags = "wait,slotselect";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user