<div dir="ltr">Why is this being removed?<div><br></div><div>--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 4, 2020 at 6:14 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Update #3863.<br>
---<br>
cpukit/include/rtems/confdefs.h | 8 +-------<br>
1 file changed, 1 insertion(+), 7 deletions(-)<br>
<br>
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h<br>
index ffb13fd262..0a63dcc461 100644<br>
--- a/cpukit/include/rtems/confdefs.h<br>
+++ b/cpukit/include/rtems/confdefs.h<br>
@@ -59,7 +59,6 @@<br>
#undef BSP_INITIAL_EXTENSION<br>
#undef BSP_INTERRUPT_STACK_SIZE<br>
#undef BSP_MAXIMUM_DEVICES<br>
- #undef BSP_ZERO_WORKSPACE_AUTOMATICALLY<br>
#undef CONFIGURE_BSP_PREREQUISITE_DRIVERS<br>
#undef CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK<br>
#else<br>
@@ -1240,12 +1239,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];<br>
* at system start up?<br>
*/<br>
#ifndef CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY<br>
- #ifdef BSP_ZERO_WORKSPACE_AUTOMATICALLY<br>
- #define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY \<br>
- BSP_ZERO_WORKSPACE_AUTOMATICALLY<br>
- #else<br>
- #define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY FALSE<br>
- #endif<br>
+ #define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY FALSE<br>
#endif<br>
/**@}*/ /* end of add to group Configuration */<br>
<br>
-- <br>
2.16.4<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>