2011-01-21 Joel Sherrill <joel.sherrilL@OARcorp.com>

* configure.ac: BSP supports bsp_reset() method.
This commit is contained in:
Joel Sherrill
2011-01-21 19:30:49 +00:00
parent 237ea06c1a
commit ade4940967
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-01-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
* configure.ac: BSP supports bsp_reset() method.
2010-02-09 Till Straumann <strauman@slac.stanford.edu>
* network/tsec.c: Added code to restart halted DMA

View File

@@ -35,7 +35,7 @@ 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_CLEANUP_OPTIONS(0, 0)
RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])