configs: stm32mp13: increase SYS_MALLOC_F_LEN to 0x210000
authorPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 9 Jun 2025 12:53:13 +0000 (14:53 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 11 Jun 2025 07:42:55 +0000 (09:42 +0200)
commit1cdb64ad3aa9d6cd4a02adc09fcc1015f90e2fb9
treef07651424ced2e0b458ed053bda05a247b2444d1
parentfddf9886d27a0bd7123ef9d4caa1890d4f1ac477
configs: stm32mp13: increase SYS_MALLOC_F_LEN to 0x210000

Due SCMI update to protocol v2.0, we need to increase
SYS_MALLOC_F_LEN value to avoid following message:
alloc space exhausted ptr 200040 limit 200000

Set SYS_MALLOC_F_LEN to 0x210000 to fix this issue.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
configs/stm32mp13_defconfig