configs: am64x_evm_a53_defconfig: Fix USB DFU boot

Increasing SPL_STACK_R_MALLOC_SIMPLE_LEN to 16M seems to break
USB DFU boot. The default of 4M seems to be OK for NAND case
as well so stick to defaults.

Reported-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Fixes: b1ba64d9ba ("configs: am64x_evm_a53_defconfig: add SPL_LOAD_FIT_APPLY_OVERLAY")
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Judith Mendez <jm@ti.com>
Tested-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
This commit is contained in:
Roger Quadros 2023-12-01 21:08:43 +02:00 committed by Praneeth Bajjuri
parent c1c2bdf272
commit d231dfe971
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_CMD_REMOTEPROC=y
CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y
CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ=0x100000
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x1000000
CONFIG_MEMORY=y
CONFIG_SPL_MEMORY=y
CONFIG_TI_GPMC=y