summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/configure.ac
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2014-10-06 14:00:03 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2014-10-06 14:52:16 +0200
commit74f5eaffb920390a7a33da6f7ed4a9fa96ccc286 (patch)
tree058ca41d5825e7fa9439339ae7d2a4ea5709a9cf /c/src/lib/libbsp/sparc/leon2/configure.ac
parentLEON3: use CPU_Fatal_halt for halt (diff)
downloadrtems-74f5eaffb920390a7a33da6f7ed4a9fa96ccc286.tar.bz2
erc32,leon2: replace bsp_reset with SPARC fatal handler
Now that a SPARC fatal handler is defined, we no longer need the BSP specific reset routine.
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/configure.ac')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/configure.ac b/c/src/lib/libbsp/sparc/leon2/configure.ac
index dd49a17487..854460b0f4 100644
--- a/c/src/lib/libbsp/sparc/leon2/configure.ac
+++ b/c/src/lib/libbsp/sparc/leon2/configure.ac
@@ -41,7 +41,7 @@ RTEMS_BSPOPTS_HELP([BSP_POWER_DOWN_AT_FATAL_HALT],
[If defined, CPU is spinning on fatal exit. Otherwise generate system
error which will hand over to debugger, simulator, etc.])
-RTEMS_BSP_CLEANUP_OPTIONS(0, 1, 1)
+RTEMS_BSP_CLEANUP_OPTIONS(0, 0, 1)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])