diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-19 14:23:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-19 14:23:12 +0200 |
commit | d053ce62cd7cc7cefc24cfba9ffa49124a3ff4f8 (patch) | |
tree | 4e0ae5744f61537f0752cf7555fd338ce0697b61 /CHANGELOG | |
parent | 8936601084af4f1fc9d0420a5118fd0ad9c3270b (diff) | |
download | u-boot-imx-d053ce62cd7cc7cefc24cfba9ffa49124a3ff4f8.zip u-boot-imx-d053ce62cd7cc7cefc24cfba9ffa49124a3ff4f8.tar.gz u-boot-imx-d053ce62cd7cc7cefc24cfba9ffa49124a3ff4f8.tar.bz2 |
Bugfix in VFD routine on TRAB board.
Make sure upper lext pixel can be set to blue, too
(so far only red was possible).
Patch by Martin Krause, 15 Feb 2006
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Bugfix in VFD routine on TRAB board. + Make sure upper lext pixel can be set to blue, too + (so far only red was possible). + Patch by Martin Krause, 15 Feb 2006 + * Enable buffered flash writes for TB5200 board. * Fix some bugs in TRAB board flash driver. |