summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:19:44 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:55 -0500
commitd52494ec8fce44bffa5676a655df57014bbe0eb9 (patch)
tree94a9dee6e376f61fa516361b39171fa90953e8d4
parentarm/gdbarmsim/irq/irq.c: Fix warnings (diff)
downloadrtems-d52494ec8fce44bffa5676a655df57014bbe0eb9.tar.bz2
arm/lm3s69xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c b/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c
index 663239afad..da3029e58c 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/lm3s69xx/startup/bspstart.c
@@ -1,4 +1,8 @@
/*
+ * This routine does the bulk of the system initialization.
+ */
+
+/*
* Copyright © 2013 Eugeniy Meshcheryakov <eugen@debian.org>
*
* The license and distribution terms for this file may be
@@ -8,6 +12,7 @@
#include <bsp.h>
#include <bspopts.h>
+#include <bsp/bootcard.h>
#include <bsp/irq-generic.h>
#include <bsp/lm3s69xx.h>
#include <bsp/io.h>