summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2023-12-05 11:38:05 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2023-12-06 09:10:06 -0600
commit97083e42dc053c96b34f3e270a6a0b7c5feb83a7 (patch)
tree5a3391554f5762f0c95ed8687def92e20bce163d
parent9988250625bac66cfe874a9dd4d9a14f60b68c13 (diff)
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 <jm@ti.com>
-rw-r--r--configs/am62x_evm_r5_usbdfu_defconfig1
1 files changed, 1 insertions, 0 deletions
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