commit | c08c6d3a497e8b70126c5cbb2ed93147374aac21 | [log] [tgz] |
---|---|---|
author | Yuri Zaporozhets <yuriz@qrv-systems.net> | Mon Nov 11 20:24:04 2024 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Nov 27 19:31:10 2024 +0800 |
tree | 068aa644efd3bdfbb70e4660696ed14448204f12 | |
parent | 65497a89d37d72d61c426c0c8063c68d50f37126 [diff] |
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>