commit | a48311557db6e7e9473a6163b44bb1e6c6ed64c4 | [log] [tgz] |
---|---|---|
author | Mark Jackson <mpfj@mimc.co.uk> | Thu Jul 31 16:09:00 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 31 17:48:50 2008 +0200 |
tree | 8a3740af505ce0875a5cd1a4a613850d425e2397 | |
parent | a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac [diff] |
Add gzipped logo support The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows: If this option is set, additionally to standard BMP images, gzipped BMP images can be displayed via the splashscreen support or the bmp command. However, the splashscreen function *only* supports standard BMP images. This patch adds the documented gzip support. Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>