bsps: Use RTEMS_BSP_CLEANUP_OPTIONS

This commit is contained in:
Sebastian Huber
2012-11-23 22:40:09 +01:00
parent acec386c75
commit 39aa75e745
10 changed files with 5 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])

View File

@@ -32,7 +32,6 @@ extern "C" {
#define BSP_FEATURE_IRQ_EXTENSION #define BSP_FEATURE_IRQ_EXTENSION
#define BSP_SHARED_HANDLER_SUPPORT 1 #define BSP_SHARED_HANDLER_SUPPORT 1
#define BSP_RESET_BOARD_AT_EXIT 1
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -45,7 +45,7 @@ Note that the policy can still be defined by the application
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed
and a little memory is saved.]) and a little memory is saved.])
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])

View File

@@ -36,8 +36,6 @@ extern "C" {
#include <bspopts.h> #include <bspopts.h>
#define BSP_RESET_BOARD_AT_EXIT 1
#ifdef ASM #ifdef ASM
/* Definition of where to store registers in alignment handler */ /* Definition of where to store registers in alignment handler */
#define ALIGN_REGS 0x0140 #define ALIGN_REGS 0x0140

View File

@@ -42,7 +42,7 @@ RTEMS_BSPOPTS_HELP([ENABLE_SIS_QUIRKS],
BSP will be enabled. In particular, SIS requires special BSP will be enabled. In particular, SIS requires special
initialization not used on real ERC32 hardware.]) initialization not used on real ERC32 hardware.])
RTEMS_BSP_CLEANUP_OPTIONS(0,0) RTEMS_BSP_CLEANUP_OPTIONS(0,1)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])

View File

@@ -52,8 +52,6 @@ extern int rtems_erc32_sonic_driver_attach(
/* Constants */ /* Constants */
#define BSP_RESET_BOARD_AT_EXIT 1
/* /*
* Information placed in the linkcmds file. * Information placed in the linkcmds file.
*/ */

View File

@@ -35,7 +35,7 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])

View File

@@ -72,8 +72,6 @@ extern int CPU_SPARC_HAS_SNOOPING;
/* Constants */ /* Constants */
#define BSP_RESET_BOARD_AT_EXIT 1
/* /*
* Information placed in the linkcmds file. * Information placed in the linkcmds file.
*/ */

View File

@@ -37,7 +37,7 @@ RTEMS_BSPOPTS_HELP([BSP_LEON3_SMP],
[Always defined when on a LEON3 to enable the LEON3 support for [Always defined when on a LEON3 to enable the LEON3 support for
determining the CPU core number in an SMP configuration.]) determining the CPU core number in an SMP configuration.])
RTEMS_BSP_CLEANUP_OPTIONS(0, 0) RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])

View File

@@ -45,8 +45,6 @@ void *bsp_idle_thread( uintptr_t ignored );
/* Maximum supported APBUARTs by BSP */ /* Maximum supported APBUARTs by BSP */
#define BSP_NUMBER_OF_TERMIOS_PORTS 8 #define BSP_NUMBER_OF_TERMIOS_PORTS 8
#define BSP_RESET_BOARD_AT_EXIT 1
/* /*
* Network driver configuration * Network driver configuration
*/ */