summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ep1a/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:35:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 21:35:19 +0000
commit8da29747e8da1b054ec4e57fc3931b8b6a91801f (patch)
treec6329dcdbc0fa678ea50e044317924440c9f1fb4 /c/src/lib/libbsp/powerpc/ep1a/ChangeLog
parent2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8da29747e8da1b054ec4e57fc3931b8b6a91801f.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ep1a/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog
index fa83433d3f..64128bfa99 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
+ this phase, all prototypes were removed from bsp.h and empty
+ implementations were removed and made to use the shared stub.
+
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/config.c, console/console.h: Convert to "bool".