diff --git a/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c index 1db27a6904..18ad2b88fb 100644 --- a/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c @@ -1,9 +1,8 @@ /* - * 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. - * + * This routine does the bulk of the system initialization. + */ + +/* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -31,6 +30,7 @@ #include /* registers.h is included here */ #include +#include #include #include #include @@ -180,12 +180,6 @@ save_boot_params( return cmdline_buf; } -/* - * bsp_start - * - * This routine does the bulk of the system initialization. - */ - void bsp_start( void ) { #ifdef CONF_VPD