|
|
@@ -21,6 +21,8 @@
|
|
|
};
|
|
|
|
|
|
chosen {
|
|
|
+ bootargs-append = " root=/dev/fit0 rootwait";
|
|
|
+ rootdisk = <&ubi_rootdisk>;
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
};
|
|
|
|
|
|
@@ -146,6 +148,13 @@
|
|
|
partition@580000 {
|
|
|
label = "ubi";
|
|
|
reg = <0x0580000 0x7000000>;
|
|
|
+ compatible = "linux,ubi";
|
|
|
+
|
|
|
+ volumes {
|
|
|
+ ubi_rootdisk: ubi-volume-fit {
|
|
|
+ volname = "fit";
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
};
|