mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ODROID: dts: change odm partition type and flags.
- ext4 -> vfat. Change-Id: Ie1c68e28e54321f5f3f890811bff210b7f92fa8b
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