summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-16 15:17:53 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-16 15:17:53 +0200
commit98128f389cc318dbd1d597cf8d2d09902cddcb4b (patch)
tree7e33c28d14fad1ac4dca6fe560d50c79926d5ebe /CHANGELOG
parent87b8bd5aed0d2a71cf77c7178d67a370a0f68612 (diff)
Enable PCI on hmi1001 board
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 51c09eec2c..2d249623cc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
Changes for U-Boot 1.1.4:
======================================================================
+* Enable PCI on hmi1001 board
+
* 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