summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
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
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 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/ChangeLog7
-rw-r--r--c/src/lib/libbsp/sh/simsh4/clock/ckinit.c1
2 files changed, 7 insertions, 1 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,
diff --git a/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c b/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
index 09ca322148..17ba8a89e7 100644
--- a/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
+++ b/c/src/lib/libbsp/sh/simsh4/clock/ckinit.c
@@ -17,7 +17,6 @@
#include <stdlib.h>
#include <bsp.h>
-#include <rtems/libio.h>
extern uint32_t bsp_clicks_per_second;