summaryrefslogtreecommitdiffstats
path: root/bsp-howto/miscellanous_support.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 13:16:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-06 15:18:23 +0100
commitdf2dcdbabc4849dd23d5dfb45e0e482f4cdafbd3 (patch)
tree8487ec674a6a3abdae6fea194c4833abbf0d2188 /bsp-howto/miscellanous_support.rst
parentbsp-howto: Minor edit (diff)
downloadrtems-docs-df2dcdbabc4849dd23d5dfb45e0e482f4cdafbd3.tar.bz2
Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY
Close #3863.
Diffstat (limited to '')
-rw-r--r--bsp-howto/miscellanous_support.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/bsp-howto/miscellanous_support.rst b/bsp-howto/miscellanous_support.rst
index efb4454..015adb4 100644
--- a/bsp-howto/miscellanous_support.rst
+++ b/bsp-howto/miscellanous_support.rst
@@ -206,13 +206,6 @@ macros:
stack size as recommended when using this BSP. This is sometimes required
when the BSP developer has knowledge of stack intensive interrupt handlers.
-.. index:: BSP_ZERO_WORKSPACE_AUTOMATICALLY
-
-- ``BSP_ZERO_WORKSPACE_AUTOMATICALLY`` is defined when the BSP requires that
- RTEMS zero out the RTEMS C Program Heap at initialization. If the memory is
- already zeroed out by a test sequence or boot ROM, then the boot time can be
- reduced by not zeroing memory twice.
-
.. index:: BSP_DEFAULT_UNIFIED_WORK_AREAS
- ``BSP_DEFAULT_UNIFIED_WORK_AREAS`` is defined when the BSP recommends that