]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: j784s4_evm : Increase Dynamic memory allocation size
authorUdit Kumar <u-kumar1@ti.com>
Mon, 15 Jul 2024 17:43:01 +0000 (23:13 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000 (16:48 -0600)
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
configs/j784s4_evm_r5_defconfig

index 3cfa006f86b14a63a428cd3bcad18395dc8815cd..520a53b12f66f59aefc5926965a8aa7eac9abff6 100644 (file)
@@ -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
index 7ace6615261dc2cd2e7b01530c2da9ac5a21cbde..543b0a50d7a0d0b91ce6a3a7504cfd9ffaa4256c 100644 (file)
@@ -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