From 8d3d04555cc92a500857b0a8468cf1d0b151c55e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 2 Oct 2008 04:11:37 +0000 Subject: =?UTF-8?q?2008-10-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Move PM520_ZE30, PM520_CR825, icecube, BRS5L defines from *.cfg into bspopts.h. --- c/src/lib/libbsp/powerpc/gen5200/ChangeLog | 2 +- c/src/lib/libbsp/powerpc/gen5200/configure.ac | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) 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 - * 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 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") -- cgit v1.2.3