commit | cd68972059cf56c216d213e92156481693cd7d63 | [log] [tgz] |
---|---|---|
author | John Keeping <jkeeping@inmusicbrands.com> | Tue Nov 14 11:30:17 2023 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 17 11:58:26 2023 -0500 |
tree | c5d2677c5663c15d481382b756bb7833d4d73ac9 | |
parent | 8dd4ecb809d2bd26590c943e38c78ffa17a80d7d [diff] |
spl: fix TPL_SYS_MALLOC_F description This config option enables the malloc() pool in TPL not the SPL. Fix the description to accurately reflect this. Fixes: fd8497dae54 (spl: Create proper symbols for enabling the malloc() pool) Signed-off-by: John Keeping <jkeeping@inmusicbrands.com> Reviewed-by: Simon Glass <sjg@chromium.org>