Skip to content
  • Philippe De Swert's avatar
    mkimage : Fix generating multi and script images · 6ae6e160
    Philippe De Swert authored
    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: default avatarPhilippe De Swert <philippedeswert@gmail.com>
    6ae6e160