From 44d6d21d82c06a278782a22c9c5483c773e2639d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Oct 2014 17:33:00 -0500 Subject: powerpc/mbc8260ads/startup/bspstart.c: Add include of to fix warning and clean up --- c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c index 3d84156c47..559816cf79 100644 --- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c @@ -1,10 +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. - * +/* + * This routine does the bulk of the system initialization. + */ + +/* * The MPC860 specific stuff was written by Jay Monkman (jmonkman@frasca.com) * * Modified for the MPC8260ADS board by Andy Dachs @@ -24,7 +22,6 @@ * conditions. * The mmu is unused at this time. * - * * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -34,6 +31,7 @@ */ #include +#include /* #include -- cgit v1.2.3