From 6b2b37d28a2dcad0cc93073b12726e902dd18b16 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 15 Sep 2009 14:45:47 +0000 Subject: =?UTF-8?q?2009-09-15=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. --- c/src/lib/libbsp/powerpc/ep1a/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/ep1a/configure.ac | 1 - c/src/lib/libbsp/powerpc/gen5200/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/gen5200/configure.ac | 1 - c/src/lib/libbsp/powerpc/gen83xx/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/gen83xx/configure.ac | 1 - c/src/lib/libbsp/powerpc/haleakala/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/haleakala/configure.ac | 1 - c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/mbx8xx/configure.ac | 1 - c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac | 1 - c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac | 1 - c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac | 1 - c/src/lib/libbsp/powerpc/mvme3100/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/mvme3100/configure.ac | 1 - c/src/lib/libbsp/powerpc/mvme5500/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/mvme5500/configure.ac | 1 - c/src/lib/libbsp/powerpc/psim/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/psim/configure.ac | 1 - c/src/lib/libbsp/powerpc/score603e/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/score603e/configure.ac | 1 - c/src/lib/libbsp/powerpc/ss555/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/ss555/configure.ac | 1 - c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/tqm8xx/configure.ac | 1 - c/src/lib/libbsp/powerpc/virtex/ChangeLog | 6 +++++- c/src/lib/libbsp/powerpc/virtex/configure.ac | 1 - 30 files changed, 75 insertions(+), 30 deletions(-) (limited to 'c/src/lib/libbsp/powerpc') diff --git a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog index 404c084374..64b4bd5337 100644 --- a/c/src/lib/libbsp/powerpc/ep1a/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ep1a/ChangeLog @@ -1,4 +1,8 @@ -2009-08-28 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-08-28 Joel Sherrill * console/config.c: Spacing. diff --git a/c/src/lib/libbsp/powerpc/ep1a/configure.ac b/c/src/lib/libbsp/powerpc/ep1a/configure.ac index eff04fdc8f..59782403bc 100644 --- a/c/src/lib/libbsp/powerpc/ep1a/configure.ac +++ b/c/src/lib/libbsp/powerpc/ep1a/configure.ac @@ -36,7 +36,6 @@ RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS], RTEMS_CHECK_NETWORKING AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list all Makefiles here diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog index 5c5971e505..13f212a7ce 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog @@ -1,4 +1,8 @@ -2009-09-09 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-09-09 Joel Sherrill PR 1435/bsps * Makefile.am: Use shared implementation of bsp_idle_thread(). diff --git a/c/src/lib/libbsp/powerpc/gen5200/configure.ac b/c/src/lib/libbsp/powerpc/gen5200/configure.ac index e5f632820c..fa7210e1c4 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/configure.ac +++ b/c/src/lib/libbsp/powerpc/gen5200/configure.ac @@ -68,7 +68,6 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_PPC_EXCEPTIONS diff --git a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog index 8a72cc15b5..9d777ee8f7 100644 --- a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog @@ -1,4 +1,8 @@ -2009-09-09 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-09-09 Joel Sherrill PR 1435/bsps * Makefile.am: Use shared implementation of bsp_idle_thread(). diff --git a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac index 27489e4c7b..028891c077 100644 --- a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac +++ b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac @@ -50,7 +50,6 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_PPC_EXCEPTIONS diff --git a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog b/c/src/lib/libbsp/powerpc/haleakala/ChangeLog index 8832456fff..84f07d523d 100644 --- a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog +++ b/c/src/lib/libbsp/powerpc/haleakala/ChangeLog @@ -1,4 +1,8 @@ -2009-08-21 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-08-21 Joel Sherrill * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application. diff --git a/c/src/lib/libbsp/powerpc/haleakala/configure.ac b/c/src/lib/libbsp/powerpc/haleakala/configure.ac index 6d7b9cd7ad..dfea22096a 100644 --- a/c/src/lib/libbsp/powerpc/haleakala/configure.ac +++ b/c/src/lib/libbsp/powerpc/haleakala/configure.ac @@ -31,7 +31,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE], [This defines the base address of the exception table. NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 1) # Explicitly list all Makefiles here diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog index 2571ff34ec..8125e6729b 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @@ -1,4 +1,8 @@ -2009-07-16 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-07-16 Joel Sherrill * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac index 2fa2b8bcca..ad50dc0bb4 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac +++ b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac @@ -114,7 +114,6 @@ RTEMS_BSPOPTS_SET([DISPATCH_HANDLER_STAT],[*],[]) RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT], [used by irq/irq.c]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list a Makefile here diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog index b24cb1df60..e537f30c00 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @@ -1,4 +1,8 @@ -2009-08-21 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-08-21 Joel Sherrill * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application. diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac index a20e915c51..0e530bcc64 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac @@ -41,7 +41,6 @@ RTEMS_BSPOPTS_SET([mpc8240],[*],[]) RTEMS_BSPOPTS_HELP([mpc8240], [Defined for boards with MPC8240 -- undefined for others]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list all Makefiles here diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog b/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog index 75f051bec2..952b83fc42 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog @@ -1,4 +1,8 @@ -2009-09-09 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-09-09 Joel Sherrill PR 1435/bsps * Makefile.am: Use shared implementation of bsp_idle_thread(). diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac index 9e18bb2883..893a9e1c20 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac @@ -47,7 +47,6 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR], AC_CONFIG_FILES([Makefile include/bspopts.h]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_PPC_EXCEPTIONS diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog index 53d63f72a9..e6a191418e 100644 --- a/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @@ -1,4 +1,8 @@ -2009-09-09 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-09-09 Joel Sherrill PR 1435/bsps * startup/bspidle.c: Removed. diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac b/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac index aa6f8f166e..44ae4db4e9 100644 --- a/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac +++ b/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac @@ -67,7 +67,6 @@ RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT], RTEMS_CHECK_NETWORKING AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list a Makefile here diff --git a/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog b/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog index 7f33b0755a..db61cb004b 100644 --- a/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog @@ -1,4 +1,8 @@ -2009-08-21 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-08-21 Joel Sherrill * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application. diff --git a/c/src/lib/libbsp/powerpc/mvme3100/configure.ac b/c/src/lib/libbsp/powerpc/mvme3100/configure.ac index 1028703290..11650b3296 100644 --- a/c/src/lib/libbsp/powerpc/mvme3100/configure.ac +++ b/c/src/lib/libbsp/powerpc/mvme3100/configure.ac @@ -35,7 +35,6 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE], of PowerPC 603e revisions and emulator versions. The BSP actually contains the call that enables this.]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list all Makefiles here diff --git a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog index f8f4c1fc8e..ccdd1ca015 100644 --- a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog @@ -1,4 +1,8 @@ -2009-08-21 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-08-21 Joel Sherrill * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application. diff --git a/c/src/lib/libbsp/powerpc/mvme5500/configure.ac b/c/src/lib/libbsp/powerpc/mvme5500/configure.ac index 5e34e91ae7..680979543f 100644 --- a/c/src/lib/libbsp/powerpc/mvme5500/configure.ac +++ b/c/src/lib/libbsp/powerpc/mvme5500/configure.ac @@ -31,7 +31,6 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE], of PowerPC 603e revisions and emulator versions. The BSP actually contains the call that enables this.]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list all Makefiles here diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog index 9a78298c19..2bba93c0c9 100644 --- a/c/src/lib/libbsp/powerpc/psim/ChangeLog +++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog @@ -1,4 +1,8 @@ -2009-09-11 Till Straumann +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-09-11 Till Straumann * network/gdb-6.8-psim-hw_ethtap.diff: Added gdb patch which implements the NIC hardware emulation. diff --git a/c/src/lib/libbsp/powerpc/psim/configure.ac b/c/src/lib/libbsp/powerpc/psim/configure.ac index 5217107069..cc7d0ddb76 100644 --- a/c/src/lib/libbsp/powerpc/psim/configure.ac +++ b/c/src/lib/libbsp/powerpc/psim/configure.ac @@ -35,7 +35,6 @@ RTEMS_BSPOPTS_HELP([CLOCK_DRIVER_USE_FAST_IDLE], a clock ISR occurs while the IDLE thread is executing. This can significantly reduce simulation times.]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list all Makefiles here diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog index f686511f2e..919ce786a4 100644 --- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog +++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog @@ -1,4 +1,8 @@ -2009-08-21 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-08-21 Joel Sherrill * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application. diff --git a/c/src/lib/libbsp/powerpc/score603e/configure.ac b/c/src/lib/libbsp/powerpc/score603e/configure.ac index 6753d5dcfa..a4e1694784 100644 --- a/c/src/lib/libbsp/powerpc/score603e/configure.ac +++ b/c/src/lib/libbsp/powerpc/score603e/configure.ac @@ -69,7 +69,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE], RTEMS_CHECK_NETWORKING AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list all Makefiles here diff --git a/c/src/lib/libbsp/powerpc/ss555/ChangeLog b/c/src/lib/libbsp/powerpc/ss555/ChangeLog index be763cca16..229cc07ef3 100644 --- a/c/src/lib/libbsp/powerpc/ss555/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ss555/ChangeLog @@ -1,4 +1,8 @@ -2009-07-16 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-07-16 Joel Sherrill * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs diff --git a/c/src/lib/libbsp/powerpc/ss555/configure.ac b/c/src/lib/libbsp/powerpc/ss555/configure.ac index d2028c1399..f204457868 100644 --- a/c/src/lib/libbsp/powerpc/ss555/configure.ac +++ b/c/src/lib/libbsp/powerpc/ss555/configure.ac @@ -44,7 +44,6 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR], I/O. Don't open the printk port from RTEMS unless also using polled I/O for the SCI ports.]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list a Makefile here diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog index 82e881a677..c83bee45dd 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @@ -1,4 +1,8 @@ -2009-09-09 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-09-09 Joel Sherrill PR 1435/bsps * Makefile.am: Use shared implementation of bsp_idle_thread(). diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac index e40c4274af..979e18f615 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac +++ b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac @@ -106,7 +106,6 @@ RTEMS_BSPOPTS_HELP([BSP_USE_NETWORK_SCC], # Explicitly list a Makefile here AC_CONFIG_FILES([Makefile]) -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_PPC_EXCEPTIONS diff --git a/c/src/lib/libbsp/powerpc/virtex/ChangeLog b/c/src/lib/libbsp/powerpc/virtex/ChangeLog index 2924c95d11..1f89b3e02c 100644 --- a/c/src/lib/libbsp/powerpc/virtex/ChangeLog +++ b/c/src/lib/libbsp/powerpc/virtex/ChangeLog @@ -1,4 +1,8 @@ -2009-07-16 Joel Sherrill +2009-09-15 Ralf Corsépius + + * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. + + 2009-07-16 Joel Sherrill * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs diff --git a/c/src/lib/libbsp/powerpc/virtex/configure.ac b/c/src/lib/libbsp/powerpc/virtex/configure.ac index f6fe0c832f..d17ea636e3 100644 --- a/c/src/lib/libbsp/powerpc/virtex/configure.ac +++ b/c/src/lib/libbsp/powerpc/virtex/configure.ac @@ -41,7 +41,6 @@ RTEMS_BSPOPTS_SET([RTEMS_XPPC_BASE],[*],[.]) RTEMS_BSPOPTS_HELP([RTEMS_XPPC_BASE],[Defines path to Xilinx XPS PPC libraries.]) #RSG End -RTEMS_BSP_BOOTCARD_OPTIONS RTEMS_BSP_CLEANUP_OPTIONS(0, 1) # Explicitly list all Makefiles here -- cgit v1.2.3