]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: microchip_mpfs_generic: fix boot failure
authorJamie Gibbons <jamie.gibbons@microchip.com>
Tue, 20 Jan 2026 15:33:13 +0000 (15:33 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 6 Feb 2026 15:27:42 +0000 (09:27 -0600)
Recent changes to device resource management (DEVRES) increased early
memory requirements during boot. The previous value was insufficient,
resulting in boot failures. Increase CONFIG_SYS_MALLOC_F_LEN to provide
enough early malloc pool for successful boot and device initialisation.

Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
configs/microchip_mpfs_generic_defconfig

index 22f67414a7c71021846f6eba5e04116bb8a12143..973ed09fa8750506013e4bd856cd0cb02b1f0cd6 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG_RISCV=y
 CONFIG_SYS_MALLOC_LEN=0x800000
-CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_SYS_MALLOC_F_LEN=0x2800
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
 CONFIG_ENV_SIZE=0x2000