[PATCH] config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLY
Joel Sherrill
joel at rtems.org
Tue Feb 4 13:45:23 UTC 2020
Why is this being removed?
--joel
On Tue, Feb 4, 2020 at 6:14 AM Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:
> 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 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 */
>
> --
> 2.16.4
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200204/8c543260/attachment.html>
More information about the devel
mailing list