]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cmd_bmp.c: message about compressed formats is debug info only.
authorWolfgang Denk <wd@denx.de>
Wed, 9 Feb 2011 14:11:10 +0000 (15:11 +0100)
committerAnatolij Gustschin <agust@denx.de>
Wed, 9 Feb 2011 20:32:20 +0000 (21:32 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
common/cmd_bmp.c

index f2a48f751c24aa3590a2066a9c6fda4739f2ff07..23fc82fe4b4bff32a16365ac5d8a44219e5ae063 100644 (file)
@@ -79,7 +79,7 @@ bmp_image_t *gunzip_bmp(unsigned long addr, unsigned long *lenp)
                return NULL;
        }
 
-       puts("Gzipped BMP image detected!\n");
+       debug("Gzipped BMP image detected!\n");
 
        return bmp;
 }