commit | af42bb3a9e30d7b1148aaf5c26efcba43dd16e04 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Wed Feb 09 15:11:10 2011 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Wed Feb 09 21:32:20 2011 +0100 |
tree | 433a49f8cea0f7d40ad9f5cfce742151f56b9629 | |
parent | a84b4a1bf87a2f76b59c64b0c01bb7b91a6de7eb [diff] |
cmd_bmp.c: message about compressed formats is debug info only. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Anatolij Gustschin <agust@denx.de>
diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index f2a48f7..23fc82f 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c
@@ -79,7 +79,7 @@ return NULL; } - puts("Gzipped BMP image detected!\n"); + debug("Gzipped BMP image detected!\n"); return bmp; }