summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:51:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:51:57 +0000
commit15aecdc8f48a99802373d933c0ebeeae7e9ed95b (patch)
treebedbd55d65b2e83c7a151d97b8cf64b0edd731bf /c/src/lib/libbsp/arm/rtl22xx/ChangeLog
parent2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-15aecdc8f48a99802373d933c0ebeeae7e9ed95b.tar.bz2
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
Diffstat (limited to 'c/src/lib/libbsp/arm/rtl22xx/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
index ddd2db5ae4..174cc4bcf4 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
+++ b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
+ since it was used to configure a no longer used feature. Device names
+ are now part of the filesystem not in a table.
+
2007-05-15 Ray Xu <rayx@gmail.com>
* Makefile.am: Add abort.rel since it is now in the BSP shared source,