ODROID: dts: Change odm type and mnt_flags on N2.

Change-Id: Ie4bc1691aa47103990db5b8909572ba2f0ee215c
This commit is contained in:
Luke Go
2018-10-02 15:37:32 +09:00
committed by Kevin Kim
parent 912575de3a
commit fd94347f4e

View File

@@ -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";
};
};