mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
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>
This commit is contained in:
parent
494a7d215b
commit
17f79e45e1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user