summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2022-07-05 16:55:56 +0200
committerPatrick Delaunay <patrick.delaunay@foss.st.com>2022-07-12 11:46:32 +0200
commit7f4de655c0ff460c1a4ee6ea00208327ab54e22d (patch)
tree0d842da4ffed3b615006cd151a55b0684331bca7 /configs/stm32mp15_defconfig
parent43872790d8eeb2055aebc13b09fba3dbb2f8dcaf (diff)
configs: stm32mp15: increase malloc size for pre-reloc
With support of SCMI in OP-TEE, the early malloc usage increase, the associated defined CONFIG_SYS_MALLOC_F_LEN need to be increased. For example, for stm32mp15_defconfig and stm32mp157c-dk2-scmi.dtsi, we have: Early malloc usage: 14098 / 80000 Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32mp15_defconfig')
-rw-r--r--configs/stm32mp15_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig
index 3452403c61d..e5a2996c2cd 100644
--- a/configs/stm32mp15_defconfig
+++ b/configs/stm32mp15_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_STM32MP=y
CONFIG_TFABOOT=y
-CONFIG_SYS_MALLOC_F_LEN=0x3000
+CONFIG_SYS_MALLOC_F_LEN=0x20000
CONFIG_ENV_OFFSET=0x480000
CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_DEFAULT_DEVICE_TREE="stm32mp157c-ev1"