summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 15:26:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-06 15:19:36 +0100
commit2d07ce6d2145b4bdc6a9075e0727cde2a50180a6 (patch)
treef6890a972ed9944232ffb8c2cafabf61f3cfe0f8 /c/src/aclocal
parentsysinit: Add RTEMS_SYSINIT_ZERO_MEMORY (diff)
downloadrtems-2d07ce6d2145b4bdc6a9075e0727cde2a50180a6.tar.bz2
config: Add CONFIGURE_DIRTY_MEMORY
Replace the BSP_DIRTY_MEMORY BSP option with a CONFIGURE_DIRTY_MEMORY configuration option. Update #3843.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/bsp-bootcard-options.m412
1 files changed, 2 insertions, 10 deletions
diff --git a/c/src/aclocal/bsp-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4
index 2454ec5094..b0d25f383c 100644
--- a/c/src/aclocal/bsp-bootcard-options.m4
+++ b/c/src/aclocal/bsp-bootcard-options.m4
@@ -1,17 +1,9 @@
dnl
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 Framework. Currently, this is
-dnl
-dnl - Can optionally dirty memory at boot time.
+dnl and other required parts of the BSP Framework.
dnl
dnl To be used in bsp-configure scripts
-AC_DEFUN([RTEMS_BSP_BOOTCARD_OPTIONS],[
-RTEMS_BSPOPTS_SET([BSP_DIRTY_MEMORY],[*],[0])
-RTEMS_BSPOPTS_HELP([BSP_DIRTY_MEMORY],
-[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.])
-])
+AC_DEFUN([RTEMS_BSP_BOOTCARD_OPTIONS],[])