summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/bsp-bootcard-options.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/aclocal/bsp-bootcard-options.m4')
-rw-r--r--c/src/aclocal/bsp-bootcard-options.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/aclocal/bsp-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4
index 80972abe79..41e2ea9a67 100644
--- a/c/src/aclocal/bsp-bootcard-options.m4
+++ b/c/src/aclocal/bsp-bootcard-options.m4
@@ -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.])
-)
+])