]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
tpl: Enable CONFIG_TPL_SYS_MALLOC_F where needed
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:26 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
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>
arch/arm/mach-rockchip/rv1126/Kconfig

index 7382c5599661f28f6d68fd22fb4904d529388e13..a6e2b5903c672f8c81e75649c540332237397ac9 100644 (file)
@@ -42,6 +42,9 @@ config TPL_LDSCRIPT
 config TPL_STACK
         default 0xff718000
 
+config TPL_SYS_MALLOC_F
+       default y
+
 config TPL_SYS_MALLOC_F_LEN
        default 0x2000