diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-30 20:08:49 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-10-08 18:59:05 +0200 |
commit | 747f316cca484ed627a97dd3391febabce384186 (patch) | |
tree | 4770d3cc19d2c3202633ec1e41c7bf092b2c8a66 /doc/uImage.FIT/multi.its | |
parent | 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0 (diff) | |
download | u-boot-imx-747f316cca484ed627a97dd3391febabce384186.zip u-boot-imx-747f316cca484ed627a97dd3391febabce384186.tar.gz u-boot-imx-747f316cca484ed627a97dd3391febabce384186.tar.bz2 |
update uImage FIT multi documentation
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'doc/uImage.FIT/multi.its')
-rw-r--r-- | doc/uImage.FIT/multi.its | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/uImage.FIT/multi.its b/doc/uImage.FIT/multi.its index b992962..1d8c2db 100644 --- a/doc/uImage.FIT/multi.its +++ b/doc/uImage.FIT/multi.its @@ -56,6 +56,7 @@ data = /incbin/("./eldk-4.2-ramdisk"); type = "ramdisk"; arch = "ppc"; + os = "linux"; compression = "gzip"; hash@1 { algo = "sha1"; @@ -67,6 +68,7 @@ data = /incbin/("./eldk-3.1-ramdisk"); type = "ramdisk"; arch = "ppc"; + os = "linux"; compression = "gzip"; hash@1 { algo = "crc32"; |