summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-28 01:49:47 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-28 01:49:47 +0200
commite98f68be9483d1b6abc2f9af0ba5995d42f65e62 (patch)
treec936a09e6f83834bcc89f91db5f3847c7964a64a /CHANGELOG
parentfb34a9a20132216a47c9c91551cec3d7b4ebc0a3 (diff)
Fix uninitialized variable problem in hush shell
Patch by Lars Rostock, 26 Sep 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 48ef16446b..50abc49ea8 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?)