summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:33:00 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:57 -0500
commit44d6d21d82c06a278782a22c9c5483c773e2639d (patch)
treea8d35858c414f7e1b5204f8b20b6f539366b4d61
parentpowerpc/mbx8xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix war... (diff)
downloadrtems-44d6d21d82c06a278782a22c9c5483c773e2639d.tar.bz2
powerpc/mbc8260ads/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c14
1 files 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 <a.dachs@sstl.co.uk>
@@ -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 <bsp.h>
+#include <bsp/bootcard.h>
/*
#include <mmu.h>