[PATCH 37/52] powerpc/mbc8260ads/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up

Joel Sherrill joel.sherrill at oarcorp.com
Wed Oct 8 19:16:28 UTC 2014


---
 c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
index 3d84156..cd0ffdf 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
@@ -4,7 +4,9 @@
  *  board, and monitor specific initialization and configuration.
  *  The generic CPU dependent initialization has been performed
  *  before this routine is invoked.
- *
+ */
+
+/*
  *  The MPC860 specific stuff was written by Jay Monkman (jmonkman at frasca.com)
  *
  *  Modified for the MPC8260ADS board by Andy Dachs <a.dachs at sstl.co.uk>
@@ -24,7 +26,6 @@
  *  conditions.
  *  The mmu is unused at this time.
  *
- *
  *  COPYRIGHT (c) 1989-2007.
  *  On-Line Applications Research Corporation (OAR).
  *
@@ -34,6 +35,7 @@
  */
 
 #include <bsp.h>
+#include <bsp/bootcard.h>
 
 /*
 #include <mmu.h>
-- 
1.9.3




More information about the devel mailing list