From f57aa104c5b85178667a4ed54cdcd80a8fc051f4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Oct 2014 17:32:17 -0500 Subject: powerpc/haleakala/startup/bspstart.c: Add include of to fix warning and clean up --- .../libbsp/powerpc/haleakala/startup/bspstart.c | 23 ++++++---------------- 1 file changed, 6 insertions(+), 17 deletions(-) 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; -- cgit v1.2.3