summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 19:37:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 19:37:55 +0000
commite152ecb7ec415c7f73fcf39c3dfdda4f90035011 (patch)
tree9ee312af98ddb4fe7f28cd5c01f36d495c12304c /cpukit/ChangeLog
parent2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e152ecb7ec415c7f73fcf39c3dfdda4f90035011.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am: Add new BSP Boot Command Line helper routines. Recently boot_card() has grown the ability to have a command line string pointer. These routines provide an interface to that string.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 660b94cf5b..6fcf2bda88 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am:
+ Add new BSP Boot Command Line helper routines. Recently boot_card()
+ has grown the ability to have a command line string pointer. These
+ routines provide an interface to that string.
+
+2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* sapi/include/confdefs.h: Fix typo.
2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>