spl: fix TPL_SYS_MALLOC_F description
authorJohn Keeping <jkeeping@inmusicbrands.com>
Tue, 14 Nov 2023 11:30:17 +0000 (11:30 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2023 16:58:26 +0000 (11:58 -0500)
commite319ef02fb5accff6372ccbd23556713c3d1945d
treec5d2677c5663c15d481382b756bb7833d4d73ac9
parent45c4b276f0a4d67e06c94de3d0a5dadf4bee530a
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>
Kconfig