diff options
author | wdenk | 2004-03-23 22:37:33 +0000 |
---|---|---|
committer | wdenk | 2004-03-23 22:37:33 +0000 |
commit | 27aa818670ad6776546ee3c1ad339b68866368ef (patch) | |
tree | ad47a46c25295a84f754f15483f5505cc5ed3b43 /CHANGELOG | |
parent | 4b9206ed51a3e3dc06dca2a3930a24e4f0025f3d (diff) |
* Patch by Carl Riechers, 17 Mar 2004:
Ignore '\0' characters in console input for use with telnet and
telco pads.
* Patch by Leon Kukovec, 17 Mar 2004:
typo fix for strswab prototype #ifdef
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1e7ea2a29a0..328f78c858c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,13 @@ Changes for U-Boot 1.0.2: ====================================================================== +* Patch by Carl Riechers, 17 Mar 2004: + Ignore '\0' characters in console input for use with telnet and + telco pads. + +* Patch by Leon Kukovec, 17 Mar 2004: + typo fix for strswab prototype #ifdef + * Patches by Thomas Viehweger, 16 Mar 2004: - show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors |