summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5329
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 19:52:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 19:52:35 +0000
commit63d82b7b887b26d581b0ebdac09cc50ef390235c (patch)
tree0d4b0e0b0ec7e1656224d3fa10cc0ef39e8ac3f2 /c/src/lib/libbsp/m68k/mcf5329
parent2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-63d82b7b887b26d581b0ebdac09cc50ef390235c.tar.bz2
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, include/bspopts.h.in: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mcf5329')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/ChangeLog6
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/configure.ac4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in7
3 files changed, 9 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5329/ChangeLog b/c/src/lib/libbsp/m68k/mcf5329/ChangeLog
index 1fe53afb59..088eeae588 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mcf5329/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
+ work area allocation mandatory. Rename
+ RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
+
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
diff --git a/c/src/lib/libbsp/m68k/mcf5329/configure.ac b/c/src/lib/libbsp/m68k/mcf5329/configure.ac
index 543eb6d638..d2fe03e16c 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf5329/configure.ac
@@ -15,7 +15,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
-RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
+BSP_BOOTCARD_OPTIONS
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
@@ -29,7 +29,7 @@ RTEMS_BSPOPTS_SET([BSP_RESET_BOARD_AT_EXIT],[*],[1])
RTEMS_BSPOPTS_HELP([BSP_RESET_BOARD_AT_EXIT],
[If defined, reset the board when the application exits.])
-RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
+BSP_BOOTCARD_OPTIONS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
diff --git a/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in b/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in
index cb52a8c5d0..cb662a0095 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in
+++ b/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in
@@ -1,11 +1,6 @@
/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
-/* BSP uses shared logic in bootcard.c */
-#undef BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
-
-/* If defined, then PSIM will put a non-zero pattern into the RTEMS Workspace
- and C program heap. This should assist in finding code that assumes memory
- starts set to zero. */
+/* If defined */
#undef BSP_DIRTY_MEMORY
/* If defined, print a message and wait until pressed before resetting board