Commit fe02f79e00770c89d5301a365c96c8675063f130

Authored by Vignesh Raghavendra
Committed by Lokesh Vutla
1 parent 4728c6f792

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

configs/j721e_evm_r5_defconfig
... ... @@ -3,7 +3,7 @@
3 3 CONFIG_SPL_GPIO_SUPPORT=y
4 4 CONFIG_SPL_LIBCOMMON_SUPPORT=y
5 5 CONFIG_SPL_LIBGENERIC_SUPPORT=y
6   -CONFIG_SYS_MALLOC_F_LEN=0x55000
  6 +CONFIG_SYS_MALLOC_F_LEN=0x70000
7 7 CONFIG_SOC_K3_J721E=y
8 8 CONFIG_TARGET_J721E_R5_EVM=y
9 9 CONFIG_ENV_SIZE=0x20000