]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: Fix variable length header support
authorChristian Riesch <christian.riesch@omicron.at>
Fri, 9 Dec 2011 09:47:38 +0000 (09:47 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 24 Dec 2011 09:23:30 +0000 (10:23 +0100)
commitd1be8f922eb3ca51abc200e42af0498e81d5fa23
tree29f352bc1e974519347dfb1619f5f2d2f6a67b5f
parent3d2c8e6c7f886d0155f95c9ac718653b1d6e7477
mkimage: Fix variable length header support

Support for variable length images like AIS image was introduced
in commit f0662105b674a3874227316abf8536bebc9b5995. A parameter
"-s" was also introduced to prohibit copying of the image file
automatically in the main program. However, this parameter
was implemented incorrectly and the image file was copied
nevertheless.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
tools/mkimage.c