Re: [PATCH] spl: fix TPL_SYS_MALLOC_F description

2023-11-17 Thread Tom Rini
On Tue, Nov 14, 2023 at 11:30:17AM +, John Keeping wrote:

> 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 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH] spl: fix TPL_SYS_MALLOC_F description

2023-11-14 Thread Simon Glass
On Tue, 14 Nov 2023 at 04:30, John Keeping  wrote:
>
> 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 
> ---
>  Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 


[PATCH] spl: fix TPL_SYS_MALLOC_F description

2023-11-14 Thread John Keeping
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 
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index 7df91d789f6..00ed1ecc173 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
-- 
2.42.1