commit | 3d6d50751469fbadec3e34fbb6d06f21746619dd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:27 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 9dee21255e4963c896bb6c3a2edbd7cef8ca2a47 | |
parent | a57204180799489bacfdad3f6b32dc520ed545df [diff] |
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN Use the new SPL/TPL/VPL_SYS_MALLOC_F symbols to determine whether the malloc pool exists. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Sean Anderson <sean.anderson@seco.com>