]> git.ipfire.org Git - people/ms/u-boot.git/commit - cmd/ximg.c
x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not defined
authorSimon Glass <sjg@chromium.org>
Wed, 17 Apr 2013 16:13:45 +0000 (16:13 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 13 May 2013 20:33:22 +0000 (13:33 -0700)
commita92181b3991dca3bb6bbdcd4a12591dd027cace1
tree9ec4e09094f444ae0d356f6f34fcf198769e001b
parentfb7db41cd46e96621fd97b827622668ee2c6b845
x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not defined

This local variable is not used unless CONFIG_GZIP is defined. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_ximg.c