]> Git Repo - J-u-boot.git/commit
mkimage: Fix variable length header support
authorChristian Riesch <[email protected]>
Fri, 9 Dec 2011 09:47:38 +0000 (09:47 +0000)
committerAlbert ARIBAUD <[email protected]>
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 <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Heiko Schocher <[email protected]>
Acked-by: Stefano Babic <[email protected]>
tools/mkimage.c
This page took 0.034762 seconds and 4 git commands to generate.