]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix compilation problem in common/cmd_bmp.c
authorAnatolij Gustschin <agust@denx.de>
Fri, 11 Jan 2008 01:15:02 +0000 (02:15 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 11 Jan 2008 23:35:48 +0000 (00:35 +0100)
commit5ba7390c3cb579172be66888a371707b47b5be4e
treeb166a2063aed70117b31853274569a6a8fe18178
parent5aa437baae5fe629abeab99bef793a2a1fc71b58
Fix compilation problem in common/cmd_bmp.c

common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
isn't defined. This patch fix this.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/cmd_bmp.c