]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/cmd_ximg.c: add ifdef protection for gzip uncompression
authorMatthew McClintock <msm@freescale.com>
Tue, 24 May 2011 05:48:26 +0000 (05:48 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 12:11:21 +0000 (14:11 +0200)
commit0e0996ef4fb340bd91ce6588a998cdaf10f43a42
tree16710ebe6ddb369075eb0defce7b4416ffbcc067
parentdf3fc52608daa1e10332f59cd2f226ba400d1c98
common/cmd_ximg.c: add ifdef protection for gzip uncompression

Print a message if we do not have the ability to uncompress a gzip
image. Before, u-boot would just assume the routines were available

Signed-off-by: Matthew McClintock <msm@freescale.com>
common/cmd_ximg.c