summaryrefslogtreecommitdiff
path: root/configs/am62ax_evm_r5_defconfig
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-06-22 16:28:35 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-06-22 19:40:58 +0530
commitdc6af4728fb2ae63fc19b58cf1ca07468882354e (patch)
tree0930052c729438ae8a405d4195393a1b28d9c4c5 /configs/am62ax_evm_r5_defconfig
parentac614b3f5c8cdb3d09e0edbec9d15f6c5f93ef78 (diff)
configs: am62ax*_defconfig: Add back SYS_MALLOC_F_LEN
This was accidently dropped in the offending commit mentioned below Fixes: 0c7ed3100ee9 ("Kconfig: Default malloc size to 32MB for ARCH_K3") Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'configs/am62ax_evm_r5_defconfig')
-rw-r--r--configs/am62ax_evm_r5_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62ax_evm_r5_defconfig b/configs/am62ax_evm_r5_defconfig
index e69e5bfa7a..d09d9ee8ba 100644
--- a/configs/am62ax_evm_r5_defconfig
+++ b/configs/am62ax_evm_r5_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_K3=y
CONFIG_TI_SECURE_DEVICE=y
+CONFIG_SYS_MALLOC_F_LEN=0x8000
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SOC_K3_AM62A7=y