Re: [PATCH] minimum: Do not use unified work areas

2022-09-08 Thread Joel Sherrill
OK. Minimum is supposed to be just that. If something is in it which can be trimmed out, it is up for discussion. This looks good to me. On Thu, Sep 8, 2022 at 9:15 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > The CONFIGURE_UNIFIED_WORK_AREAS option pulls in a system

[PATCH] minimum: Do not use unified work areas

2022-09-08 Thread Sebastian Huber
The CONFIGURE_UNIFIED_WORK_AREAS option pulls in a system initialization handler which initializes the unified heap. Close #4108. --- testsuites/samples/minimum/init.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/testsuites/samples/minimum/init.c