From b0d717b732ee28e446baf94522b3491e590f7fbb Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Wed, 6 Dec 2023 08:59:53 -0600 Subject: [PATCH] configs: am62*_r5_usbmsc_defconfig: Set SPL_STACK_R_MALLOC_SIMPLE_LEN to 2M Size of malloc was standardized to 2M for all am6*_r5_*_defconfigs, but USB MSC 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: Praneeth Bajjuri --- configs/am62ax_evm_r5_usbmsc_defconfig | 1 + configs/am62x_evm_r5_usbmsc_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/am62ax_evm_r5_usbmsc_defconfig b/configs/am62ax_evm_r5_usbmsc_defconfig index 9e95596d2e..659b2c9e9b 100644 --- a/configs/am62ax_evm_r5_usbmsc_defconfig +++ b/configs/am62ax_evm_r5_usbmsc_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=0x8000 CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y diff --git a/configs/am62x_evm_r5_usbmsc_defconfig b/configs/am62x_evm_r5_usbmsc_defconfig index e9533c94c8..96b7305e15 100644 --- a/configs/am62x_evm_r5_usbmsc_defconfig +++ b/configs/am62x_evm_r5_usbmsc_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_K3=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