diff options
author | wdenk | 2005-04-13 10:02:42 +0000 |
---|---|---|
committer | wdenk | 2005-04-13 10:02:42 +0000 |
commit | 2a8af1873894dae030813c11e77ccee476ac11f8 (patch) | |
tree | ed52fefa46b69e1ec04ce0cc45e66ff07e1fd103 /CHANGELOG | |
parent | e694e08a8b0b43e676c48867ca2cc28f4a7f2b84 (diff) |
* Fixes for TQM8560 board:
- fix clock rates
- remove debug messages
- fix flash sector protection
* Patch by Steven Scholz, 07 Apr 2005:
Fix warning in cpu/arm920t/at91rm9200/i2c.c
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index e53b7c50070..cca8f5827ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,11 +2,17 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Fixes for TQM8560 board: + - fix clock rates + - remove debug messages + - fix flash sector protection + * Patch by Steven Scholz, 07 Apr 2005: Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C -* Patch by Steven Scholz, 07 Apr 2005: +* Patches by Steven Scholz, 07 Apr 2005: Fix compiler warning in altera.c + Fix warning in cpu/arm920t/at91rm9200/i2c.c * Patch by Ladislav Michl, 06 Apr 2005: Fix voiceblue configuration. |