diff options
Diffstat (limited to 'doc/uImage.FIT/multi.its')
| -rw-r--r-- | doc/uImage.FIT/multi.its | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/doc/uImage.FIT/multi.its b/doc/uImage.FIT/multi.its index a120da038..881b74952 100644 --- a/doc/uImage.FIT/multi.its +++ b/doc/uImage.FIT/multi.its @@ -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";  			}; |