]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: stm32mp15: increase malloc size for pre-reloc
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 7 Apr 2023 09:37:08 +0000 (11:37 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 19 Apr 2023 07:54:54 +0000 (09:54 +0200)
commitd6fe59b781e1b0e8f3e5874fe2e96376a01836ae
treeb89f35d533f0e591076c11a9b1cb149def4f5547
parentacf9f03634c472041dd2f4a5d7fa5c9b0d0b081d
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>
configs/stm32mp15_defconfig