arm64: zynqmp: Enable SPL_CLK when SPL is enabled
[oweals/u-boot.git] / doc / uImage.FIT / multi.its
index 1d8c2dbf90580e095c75a2d56222e4fd201d0ee0..37369ecc82d0c410f4ad9113c725560d5e9416a9 100644 (file)
@@ -1,6 +1,9 @@
 /*
- * U-boot uImage source file with multiple kernels, ramdisks and FDT blobs
+ * U-Boot uImage source file with multiple kernels, ramdisks and FDT blobs
  */
+
+/dts-v1/;
+
 / {
        description = "Various kernels, ramdisks and FDT blobs";
        #address-cells = <1>;
@@ -58,6 +61,8 @@
                        arch = "ppc";
                        os = "linux";
                        compression = "gzip";
+                       load = <00000000>;
+                       entry = <00000000>;
                        hash@1 {
                                algo = "sha1";
                        };
@@ -70,6 +75,8 @@
                        arch = "ppc";
                        os = "linux";
                        compression = "gzip";
+                       load = <00000000>;
+                       entry = <00000000>;
                        hash@1 {
                                algo = "crc32";
                        };