xilinx: Remove SYS_MALLOC_F_LEN setup via board Kconfig

The commit e056892422 ("Kconfig: Change SYS_MALLOC_F_LEN default to
0x2000") already setup default values from board Kconfigs that's why no
reason to duplicate it again.

Fixes: e056892422 ("Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000")
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/c3edd75b7a19d5cc205c9d5c37c2d86189ca3de6.1737380025.git.michal.simek@amd.com
This commit is contained in:
Michal Simek
2025-02-05 16:22:55 +01:00
parent e439ed0828
commit 5f87bc16d4
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -43,9 +43,6 @@ config SYS_VENDOR
config SYS_SOC
default "zynq"
config SYS_MALLOC_F_LEN
default 0x800
config SYS_MALLOC_LEN
default 0x1400000
-3
View File
@@ -19,7 +19,4 @@ config CPU_FREQ_HZ
help
The value, in Hz, that the CPU clock is running at.
config SYS_MALLOC_F_LEN
default 0x600
endif
-3
View File
@@ -93,9 +93,6 @@ config SPL_ZYNQMP_DRAM_BANK2_LEN
help
Size in bytes of the DRAM ECC bank2. A null size takes no action.
config SYS_MALLOC_F_LEN
default 0x600
config DEFINE_TCM_OCM_MMAP
bool "Define TCM and OCM memory in MMU Table"
default y if MP