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