source: rtems/c/src/aclocal/bsp-bootcard-options.m4 @ 19260fb

4.115
Last change on this file since 19260fb was 65c6425, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 17:24:46

Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.

  • Property mode set to 100644
File size: 634 bytes
Line 
1dnl
2dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
3dnl configure script with the standard options supported by boot_card()
4dnl and other required parts of the BSP Framework.  Currently, this is
5dnl
6dnl   - Can optionally dirty memory at boot time.
7dnl
8
9dnl To be used in bsp-configure scripts
10
11AC_DEFUN([RTEMS_BSP_BOOTCARD_OPTIONS],[
12RTEMS_BSPOPTS_SET([BSP_DIRTY_MEMORY],[*],[0])
13RTEMS_BSPOPTS_HELP([BSP_DIRTY_MEMORY],
14[If defined, then the BSP Framework will put a non-zero pattern into
15 the RTEMS Workspace and C program heap.  This should assist in finding
16 code that assumes memory starts set to zero.])
17])
Note: See TracBrowser for help on using the repository browser.