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>
config TPL_STACK
default 0xff718000
-config TPL_SYS_MALLOC_F
- default y
-
config TPL_SYS_MALLOC_F_LEN
default 0x2000
config SYS_MALLOC_F_LEN
default 0x2000
-config SPL_SYS_MALLOC_F
- default y
-
config SPL_SYS_MALLOC_F_LEN
default 0x2000
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