summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 17:30:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 17:30:01 +0000
commitfe3007d7cafeb4acff2d31e1e2d2aa35193b700f (patch)
treec6879fd15f8c267a07c312fb0db7daf340d1e7ad /c/src/lib/libbsp/powerpc/psim/ChangeLog
parent2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fe3007d7cafeb4acff2d31e1e2d2aa35193b700f.tar.bz2
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, start/start.S: bsp_cleanup() had the same code which was executed when you returned from boot_card() to start.S. So just use the stub bsp_cleanup() implementation and remove a file. * startup/bspclean.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index 88f428abc6..0d77711ad5 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, start/start.S: bsp_cleanup() had the same code which was
+ executed when you returned from boot_card() to start.S. So just use
+ the stub bsp_cleanup() implementation and remove a file.
+ * startup/bspclean.c: Removed.
+
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unused BSP_INIT_STACK_SIZE.