summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/genmcf548x/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:50:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-22 21:50:29 +0000
commit87a38dd39f97b0ecf616309ca2506294f51d1ad1 (patch)
tree03693dfdb8e08edc49d3746ba48c0f307339d7f0 /c/src/lib/libbsp/m68k/genmcf548x/include
parent2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-87a38dd39f97b0ecf616309ca2506294f51d1ad1.tar.bz2
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bspopts.h.in: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspclean.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/m68k/genmcf548x/include')
-rw-r--r--c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in b/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
index 6af0def974..a53707dbad 100644
--- a/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
+++ b/c/src/lib/libbsp/m68k/genmcf548x/include/bspopts.h.in
@@ -11,6 +11,13 @@
starts set to zero. */
#undef BSP_DIRTY_MEMORY
+/* If defined, print a message and wait until pressed before resetting board
+ when application exits. */
+#undef BSP_PRESS_KEY_FOR_RESET
+
+/* If defined, reset the board when the application exits. */
+#undef BSP_RESET_BOARD_AT_EXIT
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT