commit | cd220895e015867eb20c6a40f7a026861059ab4c | [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 | b5b1aa1bb9cba0f2aba04e9ce03bd182a90bb8b8 [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>