forked from Imagelibrary/rtems
bsps: Use RTEMS_BSP_CLEANUP_OPTIONS
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user