Index: README =================================================================== RCS file: /home/cvsroot/Projects/u-boot/README,v retrieving revision 1.4 diff -p -u -r1.4 README --- README 8 Jun 2007 17:54:50 -0000 1.4 +++ README 9 Jul 2007 15:00:22 -0000 @@ -1052,6 +1052,13 @@ The following options need to be configu images, gzipped BMP images can be displayed via the splashscreen support or the bmp command. + This option also requires that CFG_VIDEO_LOGO_MAX_SIZE + be set. CFG_VIDEO_LOGO_MAX_SIZE sets the size of the + destination buffer that the bitmap will be + decompressed into. The malloc area (as defined by + CFG_MALLOC_LEN) should be larger than + CFG_VIDEO_LOGO_MAX_SIZE. + - Compression support: CONFIG_BZIP2