configs: am64x_evm_a53_defconfig: add SPL_LOAD_FIT_APPLY_OVERLAY

We want SPL to apply DTB overlays (e.g. NAND card overlay) so
enable SPL_LOAD_FIT_APPLY_OVERLAY.
Increase SPL_LOAD_FIT_APPLY_OVERLAY_BUF_SZ and
SPL_STACK_R_MALLOC_SIMPLE_LEN. Without this SPL hangs.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
This commit is contained in:
Roger Quadros 2023-11-24 17:03:21 +02:00 committed by Praneeth Bajjuri
parent 63c591d6f5
commit b1ba64d9ba
1 changed files with 3 additions and 0 deletions

View File

@ -184,3 +184,6 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y
CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_CMD_REMOTEPROC=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