From: Vignesh Raghavendra Date: Mon, 27 Jan 2020 12:29:27 +0000 (+0530) Subject: configs: j721e_evm_r5_defconfig: Increase early malloc size X-Git-Tag: v2020.10~385^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe02f79e00770c89d5301a365c96c8675063f130;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Lokesh Vutla --- diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig index a90ab62..efe5389 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