Merge branch 'master' of git://git.denx.de/u-boot-arm
[kernel/u-boot.git] / doc / uImage.FIT / multi.its
index b992962..881b749 100644 (file)
@@ -1,6 +1,9 @@
 /*
  * U-boot uImage source file with multiple kernels, ramdisks and FDT blobs
  */
+
+/dts-v1/;
+
 / {
        description = "Various kernels, ramdisks and FDT blobs";
        #address-cells = <1>;
                        data = /incbin/("./eldk-4.2-ramdisk");
                        type = "ramdisk";
                        arch = "ppc";
+                       os = "linux";
                        compression = "gzip";
+                       load = <00000000>;
+                       entry = <00000000>;
                        hash@1 {
                                algo = "sha1";
                        };
                        data = /incbin/("./eldk-3.1-ramdisk");
                        type = "ramdisk";
                        arch = "ppc";
+                       os = "linux";
                        compression = "gzip";
+                       load = <00000000>;
+                       entry = <00000000>;
                        hash@1 {
                                algo = "crc32";
                        };