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.
This commit is contained in:
Joel Sherrill
2008-09-16 19:07:59 +00:00
parent e66402b51e
commit 887297fa48
2 changed files with 7 additions and 1 deletions

View File

@@ -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,

View File

@@ -17,7 +17,6 @@
#include <stdlib.h>
#include <bsp.h>
#include <rtems/libio.h>
extern uint32_t bsp_clicks_per_second;