commit | b59037b371e3789dd7794691c6310e2e3cae13c4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:25 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | b03cc94b9d6644505cc4b43e54791c99025644c6 | |
parent | 2f7409aaffa4a13ae0eaee19317309eddc383060 [diff] |
spl: Enable CONFIG_SPL_SYS_MALLOC_F where needed Enable CONFIG_SPL_SYS_MALLOC_F for boards which have a non-zero value for CONFIG_SPL_SYS_MALLOC_F_LEN Note that the default is yes in most cases, so no changes are needed to board defconfig options. Signed-off-by: Simon Glass <sjg@chromium.org>