U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] configs: Remove default malloc length for K3 R5 SPL
@ 2025-12-08 19:06 Andrew Davis
  2025-12-08 19:06 ` [PATCH 2/4] spl: Kconfig: k3: Increase malloc size after relocation for R5 Andrew Davis
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andrew Davis @ 2025-12-08 19:06 UTC (permalink / raw)
  To: Neha Malcom Francis, Bryan Brattlof, Simon Glass, Tom Rini
  Cc: u-boot, Andrew Davis

These values are already the default, remove them from these defconfigs.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 configs/am62x_evm_r5_ethboot_defconfig      | 1 -
 configs/j722s_evm_r5_ethboot_defconfig      | 1 -
 configs/phycore_am62ax_r5_ethboot_defconfig | 1 -
 configs/phycore_am62x_r5_ethboot_defconfig  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/configs/am62x_evm_r5_ethboot_defconfig b/configs/am62x_evm_r5_ethboot_defconfig
index 5ad4d3f0e5c..c97c4e28fbe 100644
--- a/configs/am62x_evm_r5_ethboot_defconfig
+++ b/configs/am62x_evm_r5_ethboot_defconfig
@@ -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
diff --git a/configs/j722s_evm_r5_ethboot_defconfig b/configs/j722s_evm_r5_ethboot_defconfig
index fd58485bff2..68237f7d8c3 100644
--- a/configs/j722s_evm_r5_ethboot_defconfig
+++ b/configs/j722s_evm_r5_ethboot_defconfig
@@ -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
diff --git a/configs/phycore_am62ax_r5_ethboot_defconfig b/configs/phycore_am62ax_r5_ethboot_defconfig
index 81a7f5b0784..526d15a0dc5 100644
--- a/configs/phycore_am62ax_r5_ethboot_defconfig
+++ b/configs/phycore_am62ax_r5_ethboot_defconfig
@@ -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
diff --git a/configs/phycore_am62x_r5_ethboot_defconfig b/configs/phycore_am62x_r5_ethboot_defconfig
index 3bc426821e9..92dd0be647e 100644
--- a/configs/phycore_am62x_r5_ethboot_defconfig
+++ b/configs/phycore_am62x_r5_ethboot_defconfig
@@ -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
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-12-31 19:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08 19:06 [PATCH 1/4] configs: Remove default malloc length for K3 R5 SPL Andrew Davis
2025-12-08 19:06 ` [PATCH 2/4] spl: Kconfig: k3: Increase malloc size after relocation for R5 Andrew Davis
2025-12-09 14:11   ` Bryan Brattlof
2025-12-08 19:06 ` [PATCH 3/4] spl: Kconfig: k3: Set common default for CUSTOM_SYS_MALLOC items Andrew Davis
2025-12-09 14:12   ` Bryan Brattlof
2025-12-08 19:06 ` [PATCH 4/4] spl: Kconfig: k3: Set common default for SPL_LOAD_FIT(_ADDRESS) Andrew Davis
2025-12-09 14:15   ` Bryan Brattlof
2025-12-09 12:26 ` [PATCH 1/4] configs: Remove default malloc length for K3 R5 SPL Bryan Brattlof
2025-12-31 19:00 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox