]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
add ability to handle compressed images to imxtract
authorWolfgang Wegner <w.wegner@astro-kom.de>
Thu, 10 Dec 2009 09:11:21 +0000 (10:11 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jan 2010 18:36:07 +0000 (19:36 +0100)
commit5912d3650740468329a0df014109132431d2140d
tree014330e32a5f7c7868dcdedd892e6b4038eb3182
parenta16e9a5b5f23106665dde15d974db17e8aeb83f1
add ability to handle compressed images to imxtract

imxtract currently can not handle compressed images. This patch adds
handling for bzip2 and zip compression. In both cases, a destination
address has to be specified for extraction.

Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
common/cmd_ximg.c