]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: Remove default malloc length for K3 R5 SPL
authorAndrew Davis <afd@ti.com>
Mon, 8 Dec 2025 19:06:32 +0000 (13:06 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 31 Dec 2025 16:13:00 +0000 (10:13 -0600)
These values are already the default, remove them from these defconfigs.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
configs/am62x_evm_r5_ethboot_defconfig
configs/j722s_evm_r5_ethboot_defconfig
configs/phycore_am62ax_r5_ethboot_defconfig
configs/phycore_am62x_r5_ethboot_defconfig

index 5ad4d3f0e5ccd502801dcb4fba85eb2d34111d88..c97c4e28fbeca71e2dc5de81ad013a805713c813 100644 (file)
@@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICEC_TREE="k3-am625-r5-sk"
 CONFIG_SPL_GPIO=y
 CONFIG_SPL_MMC=n
 CONFIG_SPL_BOARD_INIT=y
-CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
 CONFIG_SPL_BSS_MAX_SIZE=0x3100
 CONFIG_SPL_DMA=y
 CONFIG_SPL_ENV_SUPPORT=y
index fd58485bff2e2fa17b472f000e4f0c98db69c96b..68237f7d8c3b630322ab85e3202f2a65ac8d0da9 100644 (file)
@@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICE_TREE="k3-j722s-r5-evm"
 CONFIG_NET=y
 CONFIG_SPL_DRIVERS_MISC=y
 CONFIG_SPL_BOARD_INIT=y
-CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
 CONFIG_SPL_DMA=y
 CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_ETH=y
index 81a7f5b078425bfce64c72971d33453c5f2b7446..526d15a0dc5091d7fc597971d879914ee8b67e48 100644 (file)
@@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICE_TREE="k3-am62a7-r5-phycore-som-2gb"
 
 CONFIG_SPL_GPIO=y
 CONFIG_SPL_BOARD_INIT=y
-CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
 CONFIG_SPL_BSS_MAX_SIZE=0x3100
 CONFIG_SPL_DMA=y
 CONFIG_SPL_ENV_SUPPORT=y
index 3bc426821e9a29e13d0056ea245a388ddfae5616..92dd0be647ed2a2539a907e1ce062839b36cc61d 100644 (file)
@@ -8,7 +8,6 @@ CONFIG_DEFAULT_DEVICE_TREE="k3-am625-r5-phycore-som-2gb"
 
 CONFIG_SPL_GPIO=y
 CONFIG_SPL_BOARD_INIT=y
-CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
 CONFIG_SPL_DMA=y
 CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_ETH=y