commit | f0662105b674a3874227316abf8536bebc9b5995 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Thu Sep 15 23:50:16 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 05 22:03:12 2011 +0200 |
tree | 35e46ac50259bf18ab03de3cbfc941e411c8d636 | |
parent | 163967905f9e41232d5f7c525a9811a200fe30ba [diff] |
mkimage: Add variable lenght header support Some images have not a header of fix lenght. The patch will be used for the generation of AIS images, because this header has a variable lenght. The patch adds also the parameter "-s" (skip) to not copy automatically the passed image file. Signed-off-by: Stefano Babic <sbabic@denx.de>