summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2023-12-06 08:59:53 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2023-12-06 09:11:45 -0600
commitb0d717b732ee28e446baf94522b3491e590f7fbb (patch)
tree8ecd2b5fec2214a8ae093c32555c0951f0d031c0 /configs
parent14f637b36bfc1929a801cf8ce4681db9faf3a48a (diff)
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 <praneeth@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am62ax_evm_r5_usbmsc_defconfig1
-rw-r--r--configs/am62x_evm_r5_usbmsc_defconfig1
2 files changed, 2 insertions, 0 deletions
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