Re: [PATCH] configs: stm32mp15: increase malloc size for pre-reloc

2023-04-19 Thread Patrice CHOTARD
On 4/7/23 11:37, Patrick Delaunay wrote: > 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 / 8 > > Signed-off-by: Pat

Re: [PATCH] configs: stm32mp15: increase malloc size for pre-reloc

2023-04-10 Thread Patrice CHOTARD
Hi Patrick On 4/7/23 11:37, Patrick Delaunay wrote: > 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 / 8 > > Signed-of

[PATCH] configs: stm32mp15: increase malloc size for pre-reloc

2023-04-07 Thread Patrick Delaunay
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 / 8 Signed-off-by: Patrick Delaunay --- configs/stm32mp15_defconfig | 2 +- 1 fil