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:
parent
63c591d6f5
commit
b1ba64d9ba
|
|
@ -184,3 +184,6 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y
|
|||
CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue