ODROID: dts: change odm partition type and flags.

- ext4 -> vfat.

Change-Id: Ie1c68e28e54321f5f3f890811bff210b7f92fa8b
This commit is contained in:
Luke Go
2018-08-29 11:08:58 +09:00
committed by Chris KIM
parent 4ef8771a67
commit 0d1853d9ba

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