mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
tpl: Enable CONFIG_TPL_SYS_MALLOC_F where needed
Enable CONFIG_TPL_SYS_MALLOC_F for boards which have a non-zero value for CONFIG_TPL_SYS_MALLOC_F_LEN Note that the default is yes in most cases, so no changes are needed to board defconfig options. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7431b0ad54
commit
a572041807
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ config TPL_LDSCRIPT
|
||||||
config TPL_STACK
|
config TPL_STACK
|
||||||
default 0xff718000
|
default 0xff718000
|
||||||
|
|
||||||
|
config TPL_SYS_MALLOC_F
|
||||||
|
default y
|
||||||
|
|
||||||
config TPL_SYS_MALLOC_F_LEN
|
config TPL_SYS_MALLOC_F_LEN
|
||||||
default 0x2000
|
default 0x2000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue