From 48aa5e2c5773f93ea48fd723b4d2355a64a259db Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Oct 2014 17:38:33 -0500 Subject: [PATCH] powerpc/mvme5500/startup/bspstart.c: Add include of to fix warning and clean up --- .../libbsp/powerpc/mvme5500/startup/bspstart.c | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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