projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494a7d2
)
cmd_bmp.c: message about compressed formats is debug info only.
author
Wolfgang Denk
<wd@denx.de>
Wed, 9 Feb 2011 14:11:10 +0000
(15:11 +0100)
committer
Anatolij Gustschin
<agust@denx.de>
Wed, 9 Feb 2011 20:32:20 +0000
(21:32 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
common/cmd_bmp.c
patch
|
blob
|
history
diff --git
a/common/cmd_bmp.c
b/common/cmd_bmp.c
index f2a48f751c24aa3590a2066a9c6fda4739f2ff07..23fc82fe4b4bff32a16365ac5d8a44219e5ae063 100644
(file)
--- 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;
}