commit | e98f68be9483d1b6abc2f9af0ba5995d42f65e62 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Wed Sep 28 01:49:47 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.(none)> | Wed Sep 28 01:49:47 2005 +0200 |
tree | c936a09e6f83834bcc89f91db5f3847c7964a64a | |
parent | fb34a9a20132216a47c9c91551cec3d7b4ebc0a3 [diff] [blame] |
Fix uninitialized variable problem in hush shell Patch by Lars Rostock, 26 Sep 2005
diff --git a/CHANGELOG b/CHANGELOG index 48ef164..50abc49 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -2,6 +2,9 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Fix uninitialized variable problem in hush shell + Patch by Lars Rostock, 26 Sep 2005 + * Undo change of f6e20fc6ca... to include/configs/trab.h (Must have been an accident?)