Skip to content

Commit b719cb8

Browse files
SebaUbuntunpjohnson
authored andcommitted
ARM: dts: msm: Move to second stage init
Change-Id: Ia7642d730b0a68e045f19c6a3fd00ce3c8844379
1 parent fb33298 commit b719cb8

2 files changed

Lines changed: 0 additions & 34 deletions

File tree

arch/arm64/boot/dts/htc/msm8998-v2.1-htc_mw-common-overlay.dtsi

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,4 @@
2929
parts = "vbmeta,boot,system,vendor,dtbo";
3030
by_name_prefix = "/dev/block/platform/soc/1da4000.ufshc/by-name";
3131
};
32-
fstab {
33-
compatible = "android,fstab";
34-
vendor {
35-
compatible = "android,vendor";
36-
dev = "/dev/block/platform/soc/1da4000.ufshc/by-name/vendor";
37-
type = "ext4";
38-
mnt_flags = "ro,barrier=1";
39-
fsmgr_flags = "wait,slotselect,avb";
40-
};
41-
persist {
42-
compatible = "android,persist";
43-
dev = "/dev/block/platform/soc/1da4000.ufshc/by-name/persist";
44-
type = "ext4";
45-
mnt_flags = "nosuid,nodev,noatime,barrier=1";
46-
fsmgr_flags = "wait";
47-
};
48-
};
4932
};

arch/arm64/boot/dts/lge/msm8998-taimen.dtsi

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -229,21 +229,4 @@
229229
parts = "vbmeta,boot,system,vendor,dtbo,laf";
230230
by_name_prefix = "/dev/block/platform/soc/1da4000.ufshc/by-name";
231231
};
232-
fstab {
233-
compatible = "android,fstab";
234-
vendor {
235-
compatible = "android,vendor";
236-
dev = "/dev/block/platform/soc/1da4000.ufshc/by-name/vendor";
237-
type = "ext4";
238-
mnt_flags = "ro,barrier=1";
239-
fsmgr_flags = "wait,slotselect,avb";
240-
};
241-
persist {
242-
compatible = "android,persist";
243-
dev = "/dev/block/platform/soc/1da4000.ufshc/by-name/persist";
244-
type = "ext4";
245-
mnt_flags = "nosuid,nodev,noatime,barrier=1";
246-
fsmgr_flags = "wait";
247-
};
248-
};
249232
};

0 commit comments

Comments
 (0)