2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/bsp-bootcard-options.m4: Fix quoting.
This commit is contained in:
Ralf Corsepius
2008-09-24 09:29:24 +00:00
parent 3469329c31
commit c736dcfb0a
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/bsp-bootcard-options.m4: Fix quoting.
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-bootcard-options.m4: New file.

View File

@@ -10,10 +10,10 @@ dnl
dnl To be used in bsp-configure scripts
AC_DEFUN([BSP_BOOTCARD_OPTIONS],
AC_DEFUN([BSP_BOOTCARD_OPTIONS],[
RTEMS_BSPOPTS_SET([BSP_DIRTY_MEMORY],[*],[0])
RTEMS_BSPOPTS_HELP([BSP_DIRTY_MEMORY],
[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.])
)
])