summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-19 14:23:12 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-19 14:23:12 +0200
commitd053ce62cd7cc7cefc24cfba9ffa49124a3ff4f8 (patch)
tree4e0ae5744f61537f0752cf7555fd338ce0697b61 /CHANGELOG
parent8936601084af4f1fc9d0420a5118fd0ad9c3270b (diff)
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--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc53ae7cfde..1cc393f8436 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.