commit | 7431b0ad5408597a5372ca5b0bada4af14330a78 | [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 | fd8497dae548ee2abee8ea4607707c1ff4cf7c43 [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>