arm64/dts: android: fstab: add product partition and remove vmeta.

Change-Id: I4d28a4e82959f04f39f6fec141355f3d99940b81
This commit is contained in:
Luke Go
2018-11-26 17:07:19 +09:00
parent 4cd7f486a6
commit 3e320dc4c9

View File

@@ -21,11 +21,6 @@
firmware {
android {
compatible = "android,firmware";
vbmeta {
compatible = "android,vbmeta";
parts = "boot,system,vendor";
by_name_prefix="/dev/block";
};
fstab {
compatible = "android,fstab";
system {
@@ -49,6 +44,13 @@
mnt_flags = "rw";
fsmgr_flags = "wait";
};
product {
compatible = "android,product";
dev = "/dev/block/product";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait";
};
};
};
};