aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2023-04-07 11:37:08 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2023-04-19 09:54:54 +0200
commitd6fe59b781e1b0e8f3e5874fe2e96376a01836ae (patch)
treeb89f35d533f0e591076c11a9b1cb149def4f5547 /configs
parentacf9f03634c472041dd2f4a5d7fa5c9b0d0b081d (diff)
downloadu-boot-d6fe59b781e1b0e8f3e5874fe2e96376a01836ae.zip
u-boot-d6fe59b781e1b0e8f3e5874fe2e96376a01836ae.tar.gz
u-boot-d6fe59b781e1b0e8f3e5874fe2e96376a01836ae.tar.bz2
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/stm32mp15_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig
index 0005e42..2676ff3 100644
--- a/configs/stm32mp15_defconfig
+++ b/configs/stm32mp15_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_STM32MP=y
CONFIG_TFABOOT=y
-CONFIG_SYS_MALLOC_F_LEN=0x20000
+CONFIG_SYS_MALLOC_F_LEN=0x80000
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc0100000
CONFIG_ENV_OFFSET=0x480000
CONFIG_ENV_SECT_SIZE=0x40000