diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog index 643c44986c..f1e4f4edf3 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog @@ -1,3 +1,10 @@ +2008-09-10 Joel Sherrill + + * 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 * i2c/i2c.c: Remove rtems_boolean having crept in again. diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h index 2187409195..4655775552 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h @@ -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 diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c b/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c index 94311c4b68..b5a14bda78 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c +++ b/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c @@ -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