mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
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: fd8497dae5
(spl: Create proper symbols for enabling the malloc() pool)
Signed-off-by: John Keeping <jkeeping@inmusicbrands.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
45c4b276f0
commit
e319ef02fb
1 changed files with 1 additions and 1 deletions
2
Kconfig
2
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
|
||||
|
|
Loading…
Reference in a new issue