Re: [PATCH 3/3] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL

2023-08-02 Thread Tom Rini
On Tue, Aug 01, 2023 at 07:51:20PM -0400, Sean Anderson wrote: > On 8/1/23 11:25, Tom Rini wrote: > > On Mon, Jul 31, 2023 at 06:33:27PM -0400, Sean Anderson wrote: > > > >> On boards with size restrictions, 1-2k can be a significant fraction of > >> the binary size. Add a new SPL version of

Re: [PATCH 3/3] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL

2023-08-01 Thread Sean Anderson
On 8/1/23 11:25, Tom Rini wrote: > On Mon, Jul 31, 2023 at 06:33:27PM -0400, Sean Anderson wrote: > >> On boards with size restrictions, 1-2k can be a significant fraction of >> the binary size. Add a new SPL version of SYS_MALLOC_RUNTIME_INIT and >> enable it by default. >> >> Signed-off-by:

Re: [PATCH 3/3] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL

2023-08-01 Thread Tom Rini
On Mon, Jul 31, 2023 at 06:33:27PM -0400, Sean Anderson wrote: > On boards with size restrictions, 1-2k can be a significant fraction of > the binary size. Add a new SPL version of SYS_MALLOC_RUNTIME_INIT and > enable it by default. > > Signed-off-by: Sean Anderson > --- > > Kconfig | 11

[PATCH 3/3] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL

2023-07-31 Thread Sean Anderson
On boards with size restrictions, 1-2k can be a significant fraction of the binary size. Add a new SPL version of SYS_MALLOC_RUNTIME_INIT and enable it by default. Signed-off-by: Sean Anderson --- Kconfig | 11 +++ 1 file changed, 11 insertions(+) diff --git a/Kconfig b/Kconfig index