X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=doc%2FuImage.FIT%2Fmulti.its;h=37369ecc82d0c410f4ad9113c725560d5e9416a9;hb=2f03968e6c4b9da481fbb2fa1e6ee484681396e6;hp=b9929623b484f4283c29c89172d670fa6f3996fe;hpb=b951f8d31711f3f10ad119ddcf5a3d0afe14d561;p=oweals%2Fu-boot.git diff --git a/doc/uImage.FIT/multi.its b/doc/uImage.FIT/multi.its index b9929623b4..37369ecc82 100644 --- a/doc/uImage.FIT/multi.its +++ b/doc/uImage.FIT/multi.its @@ -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>; @@ -56,7 +59,10 @@ data = /incbin/("./eldk-4.2-ramdisk"); type = "ramdisk"; arch = "ppc"; + os = "linux"; compression = "gzip"; + load = <00000000>; + entry = <00000000>; hash@1 { algo = "sha1"; }; @@ -67,7 +73,10 @@ data = /incbin/("./eldk-3.1-ramdisk"); type = "ramdisk"; arch = "ppc"; + os = "linux"; compression = "gzip"; + load = <00000000>; + entry = <00000000>; hash@1 { algo = "crc32"; };