summaryrefslogtreecommitdiff
path: root/configs/j721e_evm_r5_defconfig
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2020-01-27 15:29:27 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-02-04 06:37:24 +0300
commitfe02f79e00770c89d5301a365c96c8675063f130 (patch)
treedfef00399b6d61cfd9708ce6986fb7ee57664a02 /configs/j721e_evm_r5_defconfig
parent4728c6f792da3e6ac72842b21a45f6e19b24efa0 (diff)
downloadu-boot-fe02f79e00770c89d5301a365c96c8675063f130.tar.xz
configs: j721e_evm_r5_defconfig: Increase early malloc size
Increase R5 SPL early malloc memory pool by ~7K to accommodate SPL USB DFU boot requirements Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/j721e_evm_r5_defconfig')
-rw-r--r--configs/j721e_evm_r5_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig
index a90ab62195..efe5389cc9 100644
--- a/configs/j721e_evm_r5_defconfig
+++ b/configs/j721e_evm_r5_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_K3=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_SYS_MALLOC_F_LEN=0x55000
+CONFIG_SYS_MALLOC_F_LEN=0x70000
CONFIG_SOC_K3_J721E=y
CONFIG_TARGET_J721E_R5_EVM=y
CONFIG_ENV_SIZE=0x20000