mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ODROID: dts: Change odm type and mnt_flags on N2.
Change-Id: Ie4bc1691aa47103990db5b8909572ba2f0ee215c
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
odm {
|
||||
compatible = "android,odm";
|
||||
dev = "/dev/block/odm";
|
||||
type = "ext4";
|
||||
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
|
||||
type = "vfat";
|
||||
mnt_flags = "rw";
|
||||
fsmgr_flags = "wait";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user