Message ID | 20200127122929.25179-6-vigneshr@ti.com |
---|---|
State | Accepted |
Commit | fe02f79e00770c89d5301a365c96c8675063f130 |
Headers | show |
Series | J721e: Add support for DFU boot mode | expand |
diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig index a90ab62195e3..efe5389cc93e 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
Increase R5 SPL early malloc memory pool by ~7K to accommodate SPL USB DFU boot requirements Signed-off-by: Vignesh Raghavendra <vigneshr at ti.com> --- configs/j721e_evm_r5_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)