diff options
author | Stefan Roese <sr@denx.de> | 2005-09-22 09:04:17 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-09-22 09:04:17 +0200 |
commit | 98f4a3dfcbee54ce2b1d16ef2a2901493e65e5d2 (patch) | |
tree | fd82268230e750ae4d6e12c12ae60b5f784eec4c /README | |
parent | 5810dc3a2e4f5f9075f4a1818317b41e552843e5 (diff) | |
download | u-boot-imx-98f4a3dfcbee54ce2b1d16ef2a2901493e65e5d2.zip u-boot-imx-98f4a3dfcbee54ce2b1d16ef2a2901493e65e5d2.tar.gz u-boot-imx-98f4a3dfcbee54ce2b1d16ef2a2901493e65e5d2.tar.bz2 |
Add SM501 support to HH405 board.
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
Add support for eeprom write-enable (CFG_EEPROM_WREN).
Patch by Stefan Roese, 22 Sep 2005
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -960,6 +960,12 @@ The following options need to be configured: allows for a "silent" boot where a splash screen is loaded very quickly after power-on. +- Gzip compressed BMP image support: CONFIG_VIDEO_BMP_GZIP + + If this option is set, additionally to standard BMP + images, gzipped BMP images can be displayed via the + splashscreen support or the bmp command. + - Compression support: CONFIG_BZIP2 |