commit | 1bb52b9b88d0f608231fadb56f88b35c3c26522f | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Aug 08 18:53:20 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 10 15:18:36 2023 -0400 |
tree | dfaadf95c1a8f165afa44e4bf7ae83ff84be2b99 | |
parent | 708cfa42215011e07955fb7b70f1db7e74b28734 [diff] |
malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL 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 <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>