]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: Remove redundant "xPL_SYS_MALLOC_F default y" entries
authorTom Rini <trini@konsulko.com>
Wed, 25 Mar 2026 19:00:19 +0000 (13:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 Apr 2026 21:26:43 +0000 (15:26 -0600)
The symbol SPL_SYS_MALLOC_F defaults to y when visible and
TPL_SYS_MALLOC_F defaults to y when visible and SPL_SYS_MALLOC_F is
enabled. Remove the places from Kconfig files that had unneccsary
"default y" for these options.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-rockchip/rv1126/Kconfig
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-socfpga/Kconfig

index 330b7df2312efd7ec3816b3489d6418b8fc9a732..43eeaa9c4493d27ab997e48a71b20774cac50da2 100644 (file)
@@ -49,9 +49,6 @@ config TPL_LDSCRIPT
 config TPL_STACK
         default 0xff718000
 
-config TPL_SYS_MALLOC_F
-       default y
-
 config TPL_SYS_MALLOC_F_LEN
        default 0x2000
 
index 976c0e35fcef29bafecbbd6ea04459de852df275..d3de8693b5a816bfed8fa789e5f8400b77824907 100644 (file)
@@ -17,9 +17,6 @@ config SYS_MALLOC_LEN
 config SYS_MALLOC_F_LEN
        default 0x2000
 
-config SPL_SYS_MALLOC_F
-       default y
-
 config SPL_SYS_MALLOC_F_LEN
        default 0x2000
 
index aec0fb7b1c8e3d36680b94b775d9611588194192..fb98b64744259a82cc6bb7c855e9c38dcf5b2aa1 100644 (file)
@@ -31,9 +31,6 @@ config SPL_SIZE_LIMIT_PROVIDE_STACK
 config SPL_STACK_R_ADDR
        default 0x00800000 if ARCH_SOCFPGA_GEN5
 
-config SPL_SYS_MALLOC_F
-       default y if ARCH_SOCFPGA_GEN5
-
 config SPL_SYS_MALLOC_F_LEN
        default 0x800 if ARCH_SOCFPGA_GEN5