diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c index 3dfecb6826..443e45476c 100644 --- a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c @@ -1,14 +1,8 @@ -/* bsp_start() - * - * This routine starts the application. It includes application, - * board, and monitor specific initialization and configuration. - * The generic CPU dependent initialization has been performed - * before this routine is invoked. - * - * INPUT: NONE - * - * OUTPUT: NONE - * +/* + * This routine does the bulk of the system initialization. + */ + +/* * Author: Thomas Doerfler * IMD Ingenieurbuero fuer Microcomputertechnik * @@ -62,6 +56,7 @@ #include #include +#include #include #include #include @@ -164,12 +159,6 @@ BSP_polling_getchar_function_type BSP_poll_char = NULL; /*===================================================================*/ - -/* - * bsp_start - * - * This routine does the bulk of the system initialization. - */ void bsp_start( void ) { ppc_cpu_id_t myCpu;