commit | 358709ff80c3971f30b8837d681dbcf60fdd32a7 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Apr 07 11:37:08 2023 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Apr 19 09:54:54 2023 +0200 |
tree | b89f35d533f0e591076c11a9b1cb149def4f5547 | |
parent | e1c8565be3ca35f8bfecb1787b7ff528fd83287d [diff] |
configs: stm32mp15: increase malloc size for pre-reloc The early malloc usage increased so 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: 280b8 / 80000 Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>