]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

diff --git a/Kconfig b/Kconfig
index 7df91d789f6db7be07085c77c7bb9026b5095851..00ed1ecc17367eaa89f8a8441e1afcf8330e1726 100644 (file)
--- 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