U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size
@ 2024-07-15 17:43 Udit Kumar
  2024-07-16 20:05 ` Francesco Dolcini
  2024-07-20 17:10 ` Tom Rini
  0 siblings, 2 replies; 8+ messages in thread
From: Udit Kumar @ 2024-07-15 17:43 UTC (permalink / raw)
  To: trini
  Cc: nm, u-boot, j-humphreys, marcel.ziswiler, vigneshr, b-padhi,
	Udit Kumar

Increase malloc size to 32 MB to align with other J7
family devices.

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
---
 configs/j784s4_evm_a72_defconfig | 1 +
 configs/j784s4_evm_r5_defconfig  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig
index 3cfa006f86..520a53b12f 100644
--- a/configs/j784s4_evm_a72_defconfig
+++ b/configs/j784s4_evm_a72_defconfig
@@ -1,5 +1,6 @@
 CONFIG_ARM=y
 CONFIG_ARCH_K3=y
+CONFIG_SYS_MALLOC_LEN=0x2000000
 CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_SPL_GPIO=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
diff --git a/configs/j784s4_evm_r5_defconfig b/configs/j784s4_evm_r5_defconfig
index 7ace661526..543b0a50d7 100644
--- a/configs/j784s4_evm_r5_defconfig
+++ b/configs/j784s4_evm_r5_defconfig
@@ -1,5 +1,6 @@
 CONFIG_ARM=y
 CONFIG_ARCH_K3=y
+CONFIG_SYS_MALLOC_LEN=0x2000000
 CONFIG_SYS_MALLOC_F_LEN=0x10000
 CONFIG_SPL_GPIO=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
-- 
2.34.1


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

end of thread, other threads:[~2024-07-20 17:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 17:43 [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size Udit Kumar
2024-07-16 20:05 ` Francesco Dolcini
2024-07-17  4:10   ` Kumar, Udit
2024-07-17  7:33     ` Francesco Dolcini
2024-07-17 14:10       ` Nishanth Menon
2024-07-17 14:09     ` Nishanth Menon
2024-07-17 14:22       ` Francesco Dolcini
2024-07-20 17:10 ` Tom Rini

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