From: John Keeping Date: Tue, 14 Nov 2023 11:30:17 +0000 (+0000) Subject: spl: fix TPL_SYS_MALLOC_F description X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=e319ef02fb5accff6372ccbd23556713c3d1945d;p=u-boot.git 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 Reviewed-by: Simon Glass --- diff --git a/Kconfig b/Kconfig index 7df91d789f..00ed1ecc17 100644 --- a/Kconfig +++ b/Kconfig @@ -327,7 +327,7 @@ config SPL_SYS_MALLOC_F_LEN malloc() region in SDRAM once it is inited. config TPL_SYS_MALLOC_F - bool "Enable malloc() pool in SPL" + bool "Enable malloc() pool in TPL" depends on SYS_MALLOC_F && TPL default y if SPL_SYS_MALLOC_F help