OSDN Git Service

ARM: dts: msm: Early init changes for vendor image on msm8996
authorAnthony Mah <amah@codeaurora.org>
Tue, 22 Aug 2017 23:36:35 +0000 (16:36 -0700)
committerAnthony Mah <amah@codeaurora.org>
Tue, 12 Sep 2017 22:24:09 +0000 (15:24 -0700)
For use with A/B partition feature, remove early mount of system
image.  Change fs mgr flags from verify to slotselect.
System image is to be mounted in the lk when enabling A/B.

Change-Id: I4fc2ac5f5bd22dea2fd6ff832cd31d1f3697b4d4
Signed-off-by: Anthony Mah <amah@codeaurora.org>
arch/arm/boot/dts/qcom/msm8996.dtsi

index 505e325..b3c3554 100644 (file)
                                        dev = "/dev/block/platform/soc/7464900.sdhci/by-name/vendor";
                                        type = "ext4";
                                        mnt_flags = "ro,barrier=1,discard";
-                                       fsmgr_flags = "wait,verify";
+                                       fsmgr_flags = "wait,slotselect";
                                        status = "ok";
                                 };
-                                system {
-                                       compatible = "android,system";
-                                       dev = "/dev/block/platform/soc/7464900.sdhci/by-name/system";
-                                       type = "ext4";
-                                       mnt_flags = "ro,barrier=1,discard";
-                                       fsmgr_flags = "wait,verify";
-                                       status = "ok";
-                               };
                        };
                };
        };