forked from Imagelibrary/rtems
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
|
||||||
|
|
||||||
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/bsp-bootcard-options.m4: Fix quoting.
|
* aclocal/bsp-bootcard-options.m4: Fix quoting.
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dnl $Id$
|
dnl $Id$
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to
|
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
|
||||||
dnl provide each BSPs configure script with the standard options allowed
|
dnl configure script with the standard options supported by boot_card()
|
||||||
dnl by boot_card(). Currently, this is
|
dnl and other required parts of the BSP Framwork. Currently, this is
|
||||||
dnl
|
dnl
|
||||||
dnl - Can optionally dirty memory at boot time.
|
dnl - Can optionally dirty memory at boot time.
|
||||||
dnl
|
dnl
|
||||||
@@ -13,7 +13,7 @@ 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_SET([BSP_DIRTY_MEMORY],[*],[0])
|
||||||
RTEMS_BSPOPTS_HELP([BSP_DIRTY_MEMORY],
|
RTEMS_BSPOPTS_HELP([BSP_DIRTY_MEMORY],
|
||||||
[If defined, then PSIM will put a non-zero pattern into the RTEMS
|
[If defined, then the BSP Framework will put a non-zero pattern into
|
||||||
Workspace and C program heap. This should assist in finding
|
the RTEMS Workspace and C program heap. This should assist in finding
|
||||||
code that assumes memory starts set to zero.])
|
code that assumes memory starts set to zero.])
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user