During the initial installation we can forgo writing an initial state
variable set to the eMMC if it is zeroed, and if the default values
priorities are set correctly. Since only the first rootfs partition is
populated during the install process, it should be preferred over the
second rootfs.

Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 arch/arm/dts/imx7d-gome-e143_01.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx7d-gome-e143_01.dts 
b/arch/arm/dts/imx7d-gome-e143_01.dts
index ea118ddc76f7..ed7f3cfa216b 100644
--- a/arch/arm/dts/imx7d-gome-e143_01.dts
+++ b/arch/arm/dts/imx7d-gome-e143_01.dts
@@ -50,7 +50,7 @@ remaining_attempts@0 {
                                priority@4 {
                                        reg = <0x4 0x4>;
                                        type = "uint32";
-                                       default = <10>;
+                                       default = <20>;
                                };
                        };
 
@@ -67,7 +67,7 @@ remaining_attempts@8 {
                                priority@c {
                                        reg = <0xc 0x4>;
                                        type = "uint32";
-                                       default = <20>;
+                                       default = <10>;
                                };
                        };
 
-- 
2.39.2


Reply via email to