commit | 45bc5ea625672b5438732c51c23832daec10ee4d | [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 | 52a583fbfcff5a696cb31c7459648536f73c77e9 [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>