summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-24 13:44:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-24 13:44:04 +0000
commit13b8c65208067c4ff0c7051ef72b93942c01ff57 (patch)
treec3d08ae18e81b7c7d8839462a34f635084b411e1 /c/src/aclocal
parent2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-13b8c65208067c4ff0c7051ef72b93942c01ff57.tar.bz2
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/bsp-bootcard-options.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/aclocal/bsp-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4
index 41e2ea9a67..991806150b 100644
--- a/c/src/aclocal/bsp-bootcard-options.m4
+++ b/c/src/aclocal/bsp-bootcard-options.m4
@@ -1,9 +1,9 @@
dnl $Id$
dnl
-dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to
-dnl provide each BSPs configure script with the standard options allowed
-dnl by boot_card(). Currently, this is
+dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
+dnl configure script with the standard options supported by boot_card()
+dnl and other required parts of the BSP Framwork. Currently, this is
dnl
dnl - Can optionally dirty memory at boot time.
dnl
@@ -13,7 +13,7 @@ dnl To be used in bsp-configure scripts
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
+[If defined, then the BSP Framework 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.])
])