]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fpga: Protect GZIP usage when LOADMK is enabled
authorMichal Simek <michal.simek@xilinx.com>
Wed, 16 Jul 2014 08:30:50 +0000 (10:30 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Jan 2015 09:24:46 +0000 (10:24 +0100)
commit1b63aaa587058489d1d1347866df4853a670dc90
treead08a9e5ed4bc716ea701837802b704b27c80cf7
parent92fa7f53f1f3f03296f8ffb14bdf1baefab83368
fpga: Protect GZIP usage when LOADMK is enabled

For case where CMD_FPGA_LOADMK is enabled and GZIP disable.

Warning log:
common/built-in.o: In function `do_fpga':
/mnt/disk/u-boot/common/cmd_fpga.c:218: undefined reference to `gunzip'

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/cmd_fpga.c