]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_bmp.c
net: tftpput: Rename TFTP to TFTPGET
[karo-tx-uboot.git] / 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;
 }