]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
authorWolfgang Denk <wd@denx.de>
Fri, 11 Feb 2011 20:23:33 +0000 (21:23 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 11 Feb 2011 20:23:33 +0000 (21:23 +0100)
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;
 }