summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gba/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/arm/gba/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/arm/gba/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/gba/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/gba/ChangeLog b/c/src/lib/libbsp/arm/gba/ChangeLog
index d29719b04e..97bd1856d1 100644
--- a/c/src/lib/libbsp/arm/gba/ChangeLog
+++ b/c/src/lib/libbsp/arm/gba/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 Corsepius <ralf.corsepius@rtems.org>
* irq/irq.c: Minor "bool" fixes.