summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 09:35:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 09:35:40 +0000
commit68f39d5830ef4e4b7c669b405bb1004b832f13c3 (patch)
treee0a7ffed776d3f0f5ab9eb5c8a1a7ba73158a498
parent2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-68f39d5830ef4e4b7c669b405bb1004b832f13c3.tar.bz2
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: #include <bspopts.h> first.
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/bsp.h3
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h3
4 files changed, 12 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index 75998a6f21..ccbdca6412 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * include/bsp.h: #include <bspopts.h> first.
+
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
index 2ce065139a..1c9529b8be 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
@@ -23,6 +23,8 @@
#ifndef __GEN5200_BSP_h
#define __GEN5200_BSP_h
+#include <bspopts.h>
+
#include <libcpu/powerpc-utility.h>
/*
@@ -130,7 +132,6 @@ LINKER_SYMBOL(MBAR);
extern "C" {
#endif
-#include "bspopts.h"
#include <rtems.h>
#include <rtems/console.h>
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
index 49e1279cbd..90b0b83748 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * include/bsp.h: #include <bspopts.h> first.
+
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
index 41949828ed..9ea8e19ae4 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
@@ -20,6 +20,8 @@
#ifndef __GEN83xx_BSP_h
#define __GEN83xx_BSP_h
+#include <bspopts.h>
+
/*
* MPC8313E Reference Design Board
*/
@@ -76,7 +78,6 @@ LINKER_SYMBOL(IMMRBAR);
extern "C" {
#endif
-#include "bspopts.h"
#include <rtems.h>
#include <rtems/console.h>