mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64/dts: android: fstab: add product partition and remove vmeta.
Change-Id: I4d28a4e82959f04f39f6fec141355f3d99940b81
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user