summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 04:11:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 04:11:37 +0000
commit8d3d04555cc92a500857b0a8468cf1d0b151c55e (patch)
tree7c59401d4c11695db76398af9e9813b1c0e0e9a9
parent2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8d3d04555cc92a500857b0a8468cf1d0b151c55e.tar.bz2
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move PM520_ZE30, PM520_CR825, icecube, BRS5L defines from *.cfg into bspopts.h.
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ChangeLog2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/configure.ac17
2 files changed, 18 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index 6901018779..68129287b0 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -1,6 +1,6 @@
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
- * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
+ * configure.ac: Move PM520_ZE30, PM520_CR825, icecube, BRS5L
defines from *.cfg into bspopts.h.
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/configure.ac b/c/src/lib/libbsp/powerpc/gen5200/configure.ac
index 3f67a7c0c8..d383d7491a 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen5200/configure.ac
@@ -45,6 +45,23 @@ RTEMS_BSPOPTS_SET([BSP_RESET_BOARD_AT_EXIT],[*],[0])
RTEMS_BSPOPTS_HELP([BSP_RESET_BOARD_AT_EXIT],
[If defined, reset the board when the application exits.])
+RTEMS_BSPOPTS_SET([PM520_ZE30],[pm520_ze30],[1])
+RTEMS_BSPOPTS_HELP([PM520_ZE30],
+[If defined, use custom settings of for the pm520_ze30 BSP])
+
+RTEMS_BSPOPTS_SET([PM520_CR825],[pm520_cr825],[1])
+RTEMS_BSPOPTS_HELP([PM520_CR825],
+[If defined, use custom settings of for the pm520_cr825 BSP])
+
+RTEMS_BSPOPTS_SET([icecube],[icecube],[1])
+RTEMS_BSPOPTS_HELP([icecube],
+[If defined, use custom settings of for the icecube BSP])
+
+RTEMS_BSPOPTS_SET([BRS5L],[brs5l],[1])
+RTEMS_BSPOPTS_HELP([BRS5L],
+[If defined, use custom settings of for the brs5l BSP])
+
+
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")