[PATCH 35/52] powerpc/haleakala/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:26 UTC 2014
---
c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
index 3dfecb6..ef015fc 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c
@@ -4,11 +4,9 @@
* board, and monitor specific initialization and configuration.
* The generic CPU dependent initialization has been performed
* before this routine is invoked.
- *
- * INPUT: NONE
- *
- * OUTPUT: NONE
- *
+ */
+
+/*
* Author: Thomas Doerfler <td at imd.m.isar.de>
* IMD Ingenieurbuero fuer Microcomputertechnik
*
@@ -62,6 +60,7 @@
#include <rtems/counter.h>
#include <bsp.h>
+#include <bsp/bootcard.h>
#include <bsp/uart.h>
#include <bsp/irq.h>
#include <libcpu/powerpc-utility.h>
--
1.9.3
More information about the devel
mailing list