mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
b7caaaef86
commit
83df1103ef
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user