Revert "arm64/dts: android: fstab: Remove the odm partition.[DO NOT MERGE.]"

This reverts commit 72706a8af0.

Change-Id: Ic92c9b155475d1b8e70f942c42d606f94f24127a
This commit is contained in:
Luke Go
2018-12-05 09:54:41 +09:00
parent 0e10eae628
commit f7e0a6501d

View File

@@ -37,6 +37,13 @@
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait";
};
odm {
compatible = "android,odm";
dev = "/dev/block/odm";
type = "vfat";
mnt_flags = "rw";
fsmgr_flags = "wait";
};
product {
compatible = "android,product";
dev = "/dev/block/product";