* [U-Boot] [PATCH] cmd_bmp.c: message about compressed formats is debug info only.
@ 2011-02-09 14:11 Wolfgang Denk
2011-02-09 20:38 ` Anatolij Gustschin
0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Denk @ 2011-02-09 14:11 UTC (permalink / raw)
To: u-boot
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
---
common/cmd_bmp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 @@ 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;
}
--
1.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] cmd_bmp.c: message about compressed formats is debug info only.
2011-02-09 14:11 [U-Boot] [PATCH] cmd_bmp.c: message about compressed formats is debug info only Wolfgang Denk
@ 2011-02-09 20:38 ` Anatolij Gustschin
0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2011-02-09 20:38 UTC (permalink / raw)
To: u-boot
Hello Wolfgang,
On Wed, 9 Feb 2011 15:11:10 +0100
Wolfgang Denk <wd@denx.de> wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> Cc: Anatolij Gustschin <agust@denx.de>
> ---
> common/cmd_bmp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to u-boot-video/master. Thanks.
Anatolij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-09 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 14:11 [U-Boot] [PATCH] cmd_bmp.c: message about compressed formats is debug info only Wolfgang Denk
2011-02-09 20:38 ` Anatolij Gustschin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox