summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-16 09:32:45 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-16 09:32:45 +0200
commit87b8bd5aed0d2a71cf77c7178d67a370a0f68612 (patch)
treee978edbddfee197210d25c78973a12e56896057f /CHANGELOG
parent3d078ce6d786df932a0c00b8a95c0179c616ebc1 (diff)
Fix return values of the jffs2 commands ls/fsload/fsinfo,
so we can use them to, e.g., check the existence of a file with "if ls foo; then this; else that; fi" in the hush shell Patch by Andreas Engel, 16 August 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 69214c3a03..51c09eec2c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@
Changes for U-Boot 1.1.4:
======================================================================
+* Fix return values of the jffs2 commands ls/fsload/fsinfo,
+ so we can use them to, e.g., check the existence of a file with
+ "if ls foo; then this; else that; fi" in the hush shell
+ Patch by Andreas Engel, 16 August 2005
+
* Coding style cleanup
* Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.