]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: increase SPL_SYS_MALLOC_SIZE when using BIOSEMU on RISC-V
authorYuri Zaporozhets <yuriz@qrv-systems.net>
Mon, 11 Nov 2024 19:24:04 +0000 (20:24 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 27 Nov 2024 11:31:10 +0000 (19:31 +0800)
commit91bc909d317cfef08cc263e406e747e40ad4ab6c
tree068aa644efd3bdfbb70e4660696ed14448204f12
parent3881c6b90350b0b04085ad46ef64989b43967eef
spl: increase SPL_SYS_MALLOC_SIZE when using BIOSEMU on RISC-V

If BIOSEMU is compiled for RISC-V (SiFive Unmatched board) and the function
dm_pci_run_vga_bios() is executed, U-Boot stops with error message saying
that the SPL malloc pool is too small. So increase the default pool size
when both BIOSEMU and RISCV parameters are set.

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
common/spl/Kconfig