[rtems commit] config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY
Sebastian Huber
sebh at rtems.org
Thu Feb 6 14:22:13 UTC 2020
Module: rtems
Branch: master
Commit: cadff8f7df4cbfa0fc2a91bc4d930c76bb897c87
Changeset: http://git.rtems.org/rtems/commit/?id=cadff8f7df4cbfa0fc2a91bc4d930c76bb897c87
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Feb 4 13:12:40 2020 +0100
config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY
Update #3863.
---
cpukit/include/rtems/confdefs.h | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index ffb13fd..0a63dcc 100644
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -59,7 +59,6 @@
#undef BSP_INITIAL_EXTENSION
#undef BSP_INTERRUPT_STACK_SIZE
#undef BSP_MAXIMUM_DEVICES
- #undef BSP_ZERO_WORKSPACE_AUTOMATICALLY
#undef CONFIGURE_BSP_PREREQUISITE_DRIVERS
#undef CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
#else
@@ -1240,12 +1239,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
* at system start up?
*/
#ifndef CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY
- #ifdef BSP_ZERO_WORKSPACE_AUTOMATICALLY
- #define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY \
- BSP_ZERO_WORKSPACE_AUTOMATICALLY
- #else
- #define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY FALSE
- #endif
+ #define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY FALSE
#endif
/**@}*/ /* end of add to group Configuration */
More information about the vc
mailing list