
6 Dec
2015
6 Dec
'15
11:08 p.m.
On Fri, Dec 04, 2015 at 12:11:23AM +0200, Philippe De Swert wrote:
Seems 92a655c3 broke creating multi and script type images. Since the file1:file2:file3 string does not get split up, it fails on trying to open an non-existing file.
mkimage -A arm -O linux -T multi -C none -d zImage:splash.bmp:device.dtb uimage tools/mkimage: Can't open zImage:splash.bmp:device.dtb: No such file or directory
Since the sizes of the different parts seem to get added in the actual routine that handles multi and script type images, we can probably skip the bit of the code that causes the failure for that type of images.
Signed-off-by: Philippe De Swert philippedeswert@gmail.com
Applied to u-boot/master, thanks!
--
Tom