From 97083e42dc053c96b34f3e270a6a0b7c5feb83a7 Mon Sep 17 00:00:00 2001 From: Judith Mendez Date: Tue, 5 Dec 2023 11:38:05 -0600 Subject: [PATCH] configs: am62x_r5_usbdfu_defconfig: Set SPL_STACK_R_MALLOC_SIMPLE_LEN to 2M Size of malloc was standardized to 2M for all am6*_r5_defconfigs, but USB DFU defconfig was missed, update this config option now. Fixes: 794614311a6 (configs: am6*_r5_defconfig: Standardize SPL_STACK_R_MALLOC_SIMPLE_LEN to 2M) Signed-off-by: Judith Mendez --- configs/am62x_evm_r5_usbdfu_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am62x_evm_r5_usbdfu_defconfig b/configs/am62x_evm_r5_usbdfu_defconfig index 04f28e813a..3b0bcb80b7 100644 --- a/configs/am62x_evm_r5_usbdfu_defconfig +++ b/configs/am62x_evm_r5_usbdfu_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_K3=y CONFIG_TI_SECURE_DEVICE=y +CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000 CONFIG_SYS_MALLOC_F_LEN=0x9000 CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y