]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
xilinx: Remove SYS_MALLOC_F_LEN setup via board Kconfig
authorMichal Simek <michal.simek@amd.com>
Mon, 20 Jan 2025 13:33:47 +0000 (14:33 +0100)
committerMichal Simek <michal.simek@amd.com>
Wed, 5 Feb 2025 15:22:55 +0000 (16:22 +0100)
The commit e05689242238 ("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: e05689242238 ("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
arch/arm/mach-zynq/Kconfig
arch/arm/mach-zynqmp-r5/Kconfig
arch/arm/mach-zynqmp/Kconfig

index 265e9ce588ada04a655595543f80173961e926ef..376d1bc7131f6d4c21f131271631a91e11e85fff 100644 (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
 
index b2ba896e9b41e36f0b57ff2d67165883990e1b9b..45d8c0535774cfc01d73d9090b75f8b32e335a1b 100644 (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
index 92d61e84319d98073f57412aa7d4c0ff1231dc95..151cfada43666cc1eb1c93100e5487c95735093f 100644 (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