arm: Remove redundant "xPL_SYS_MALLOC_F default y" entries

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>
This commit is contained in:
Tom Rini 2026-03-25 13:00:19 -06:00
parent b7caaaef86
commit 83df1103ef
3 changed files with 0 additions and 9 deletions

View 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

View 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

View 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