summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2023-11-24 17:03:21 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2023-11-24 16:53:29 -0600
commitb1ba64d9bab0f0d0491208bf948f5120842a6b1d (patch)
tree97c4838f573f75387f705c583f5d796251e00fed /configs
parent63c591d6f5f6a507b61cb3dce3b08da1b536d455 (diff)
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/am64x_evm_a53_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index ea4bdd9e37..80ff4a9f25 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -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