summaryrefslogtreecommitdiffstats
path: root/common/cmd_bmp.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-02-09 15:11:10 +0100
committerAnatolij Gustschin <agust@denx.de>2011-02-09 21:32:20 +0100
commit17f79e45e11def3b6bdbf5642962583ef477a861 (patch)
tree433a49f8cea0f7d40ad9f5cfce742151f56b9629 /common/cmd_bmp.c
parent494a7d215bfba17f1a94736df40c332c8713c30e (diff)
downloadtalos-obmc-uboot-17f79e45e11def3b6bdbf5642962583ef477a861.tar.gz
talos-obmc-uboot-17f79e45e11def3b6bdbf5642962583ef477a861.zip
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>
Diffstat (limited to 'common/cmd_bmp.c')
-rw-r--r--common/cmd_bmp.c2
1 files changed, 1 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud