"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

configs: microchip_mpfs_generic: fix boot failure

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>

authored by

Jamie Gibbons and committed by
Tom Rini
2e6b5185 3382d75f

+1 -1
+1 -1
configs/microchip_mpfs_generic_defconfig
··· 1 1 CONFIG_RISCV=y 2 2 CONFIG_SYS_MALLOC_LEN=0x800000 3 - CONFIG_SYS_MALLOC_F_LEN=0x2000 3 + CONFIG_SYS_MALLOC_F_LEN=0x2800 4 4 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y 5 5 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000 6 6 CONFIG_ENV_SIZE=0x2000