forked from Imagelibrary/rtems
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h, startup/bspclean.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.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/bsp.h, startup/bspclean.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-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* i2c/i2c.c: Remove rtems_boolean having crept in again.
|
||||
|
||||
@@ -214,8 +214,6 @@ extern rtems_device_driver rtc_initialize(
|
||||
|
||||
/* functions */
|
||||
|
||||
void bsp_cleanup(void);
|
||||
|
||||
/* console modes (only termios) */
|
||||
#ifdef PRINTK_MINOR
|
||||
#undef PRINTK_MINOR
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
/*
|
||||
* This is a dummy bsp_cleanup routine.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
|
||||
Reference in New Issue
Block a user