arm64: zynqmp: Enable SPL_CLK when SPL is enabled
[oweals/u-boot.git] / doc / uImage.FIT / multi.its
index a120da038f5604e6631ebf8eb6f64590d132d7ac..37369ecc82d0c410f4ad9113c725560d5e9416a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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/;
@@ -61,6 +61,8 @@
                        arch = "ppc";
                        os = "linux";
                        compression = "gzip";
+                       load = <00000000>;
+                       entry = <00000000>;
                        hash@1 {
                                algo = "sha1";
                        };
@@ -73,6 +75,8 @@
                        arch = "ppc";
                        os = "linux";
                        compression = "gzip";
+                       load = <00000000>;
+                       entry = <00000000>;
                        hash@1 {
                                algo = "crc32";
                        };