The original problem report showed the following situation was hit:
common/malloc_simple.c:29:
log_err("alloc space exhausted\n");
You cannot expect normal system behavior when reaching this situation.
The available space for simple malloc is defined by:
CONFIG_SPL_SYS_MALLOC_F_LEN=0x2000
CONFIG_SYS_MALLOC_F_LEN=0x2000
I assume that the problem arises in main U-Boot not in SPL. Please,
increase CONFIG_SYS_MALLOC_F_LEN and check if this error message goes away.
Best regards
Heinrich
- Bug#988217: bootefi causes boot failure with boot.scr Vagrant Cascadian
- Bug#988217: bootefi causes boot failure with boot... Vagrant Cascadian
- Bug#988217: bootefi causes boot failure with ... Heinrich Schuchardt
- Bug#975490: u-boot-sunxi: Booting the sys... Bastian Germann
- Bug#988217: bootefi causes boot failure with ... Bastian Germann
- Bug#988217: u-boot: bootefi causes boot failure w... Vagrant Cascadian
- Bug#988217: u-boot: bootefi causes boot failu... Cyril Brulebois
- Bug#988217: u-boot: bootefi causes boot f... Vagrant Cascadian

