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

@@ -37,7 +37,7 @@ RTEMS_BSPOPTS_HELP([BSP_LEON3_SMP],
[Always defined when on a LEON3 to enable the LEON3 support for
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
AC_CONFIG_FILES([Makefile])

View File

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