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

4.104.115
Last change on this file since b0f45d8 was 13b8c65, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/08 at 13:44:04

2008-09-24 Joel Sherrill <joel.sherrill@…>

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