[rtems commit] m68k/mcf5235/startup/bspstart.c: Add include of <bsp/ bootcard.h> to fix warning and clean up

Joel Sherrill joel at rtems.org
Thu Oct 9 15:03:37 UTC 2014


Module:    rtems
Branch:    master
Commit:    736abcf15f9e5e4702db3d57bc54c744a0f1f320
Changeset: http://git.rtems.org/rtems/commit/?id=736abcf15f9e5e4702db3d57bc54c744a0f1f320

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Oct  7 17:28:52 2014 -0500

m68k/mcf5235/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up

---

 c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
index 20a5cc8..744d4c9 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
@@ -1,4 +1,8 @@
 /*
+ *  This routine does the bulk of the system initialization.
+ */
+
+/*
  *  COPYRIGHT (c) 1989-2008.
  *  On-Line Applications Research Corporation (OAR).
  *
@@ -8,6 +12,7 @@
  */
 
 #include <bsp.h>
+#include <bsp/bootcard.h>
 
 /*
  * Read/write copy of common cache



More information about the vc mailing list