summaryrefslogtreecommitdiff
path: root/configs/stm32746g-eval_spl_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@foss.st.com>2022-09-26 18:59:36 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2022-09-27 11:41:02 +0300
commit762d410e0db94c41b8d7f1ec85e47f7474655ad8 (patch)
tree9997d1fdc33a8df435abffe4402f01764880987f /configs/stm32746g-eval_spl_defconfig
parent2b5dee9485eb52875df801a414838d75b000604d (diff)
downloadu-boot-762d410e0db94c41b8d7f1ec85e47f7474655ad8.tar.xz
configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board
Some STM32 MCU's board need their SYS_MALLOC_F_LEN value enlarged to avoid the "alloc space exhausted" error message during their boot process. Use the default SYS_MALLOC_F_LEN value which is set to 0x2000 in Kconfig. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'configs/stm32746g-eval_spl_defconfig')
-rw-r--r--configs/stm32746g-eval_spl_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32746g-eval_spl_defconfig b/configs/stm32746g-eval_spl_defconfig
index 28f522b15e..ff42952a76 100644
--- a/configs/stm32746g-eval_spl_defconfig
+++ b/configs/stm32746g-eval_spl_defconfig
@@ -2,7 +2,6 @@ CONFIG_ARM=y
CONFIG_ARCH_STM32=y
CONFIG_SYS_TEXT_BASE=0x08009000
CONFIG_SYS_MALLOC_LEN=0x100000
-CONFIG_SYS_MALLOC_F_LEN=0xE00
CONFIG_SPL_GPIO=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y