commit | 7f4de655c0ff460c1a4ee6ea00208327ab54e22d | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Jul 05 16:55:56 2022 +0200 |
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Jul 12 11:46:32 2022 +0200 |
tree | 0d842da4ffed3b615006cd151a55b0684331bca7 | |
parent | 43872790d8eeb2055aebc13b09fba3dbb2f8dcaf [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>