From: Wolfgang Denk Date: Wed, 9 Feb 2011 14:11:10 +0000 (+0100) Subject: cmd_bmp.c: message about compressed formats is debug info only. X-Git-Tag: v2011.03-rc2~94 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=17f79e45e11def3b6bdbf5642962583ef477a861;p=u-boot cmd_bmp.c: message about compressed formats is debug info only. Signed-off-by: Wolfgang Denk Cc: Anatolij Gustschin --- diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index f2a48f751c..23fc82fe4b 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -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; }