summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:07:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:07:59 +0000
commit887297fa48d6e66dad0dbeddddbea197bd320dec (patch)
treef9f29304391a147d25f565a6c3936bea833ea15b /c/src/lib/libbsp/sh/simsh4/ChangeLog
parent2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-887297fa48d6e66dad0dbeddddbea197bd320dec.tar.bz2
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/ckinit.c: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h. All SuperH BSPs now share a common bsp_start() implementation.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/simsh4/ChangeLog b/c/src/lib/libbsp/sh/simsh4/ChangeLog
index 37bd4d80fc..c9d5043fcd 100644
--- a/c/src/lib/libbsp/sh/simsh4/ChangeLog
+++ b/c/src/lib/libbsp/sh/simsh4/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * clock/ckinit.c: Add use of bsp_get_work_area() in its own file and
+ rely on BSP Framework to perform more initialization. Remove
+ unnecessary includes of rtems/libio.h and rtems/libcsupport.h. All
+ SuperH BSPs now share a common bsp_start() implementation.
+
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/hw_init.c,