summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 13:12:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-06 15:19:35 +0100
commitcadff8f7df4cbfa0fc2a91bc4d930c76bb897c87 (patch)
tree93156bb4f9badecb360ff216995966c294eb17f4 /cpukit/include/rtems/confdefs.h
parentscore: Fix linker sets on small data area targets (diff)
downloadrtems-cadff8f7df4cbfa0fc2a91bc4d930c76bb897c87.tar.bz2
config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY
Update #3863.
Diffstat (limited to 'cpukit/include/rtems/confdefs.h')
-rw-r--r--cpukit/include/rtems/confdefs.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index ffb13fd262..0a63dcc461 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 */