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:
Wolfgang Denk 2011-02-09 15:11:10 +01:00 committed by Anatolij Gustschin
parent 494a7d215b
commit 17f79e45e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}