diff options
author | Udit Kumar | 2024-07-15 23:13:01 +0530 |
---|---|---|
committer | Tom Rini | 2024-07-19 16:48:07 -0600 |
commit | 0f44c276957a8f11617917523115f0c0e89c41f6 (patch) | |
tree | c28f06398cf989aff84669c9c0621cd7bf4c8889 /configs/j784s4_evm_r5_defconfig | |
parent | 42f84b0ef34eefe2947c7d329e7a3ea630a401af (diff) |
configs: j784s4_evm : Increase Dynamic memory allocation size
Increase malloc size to 32 MB to align with other J7
family devices.
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Diffstat (limited to 'configs/j784s4_evm_r5_defconfig')
-rw-r--r-- | configs/j784s4_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/j784s4_evm_r5_defconfig b/configs/j784s4_evm_r5_defconfig index 7ace6615261..543b0a50d7a 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 |