[U-Boot] mkimage : Fix generating multi and script images

Tom Rini trini at konsulko.com
Sun Dec 6 23:08:03 CET 2015


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 at gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151206/de61ef1e/attachment.sig>


More information about the U-Boot mailing list