On Tue, 25 Aug 2020 at 03:39, Stefan Roese <[email protected]> wrote: > > With the upcoming increase of the malloc area in U-Boot > ("pci: pci-uclass: Dynamically allocate the PCI regions"), the CI QEMU > x86 test fails: > > U-Boot 2020.10-rc2-g0a668f6d38 (Aug 25 2020 - 06:12:51 +0000) > > alloc space exhausted > Error binding driver 'cpu_qemu': -12 > Some drivers failed to bind > alloc space exhausted > initcall sequence fff6a760 failed at call fff13b3d (err=-19) > > This patch now increases CONFIG_SYS_MALLOC_F_LEN to 0x1000, which is > already used on qemu-x86_64_defconfig. > > Signed-off-by: Stefan Roese <[email protected]> > Cc: Tom Rini <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Bin Meng <[email protected]> > --- > configs/qemu-x86_defconfig | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <[email protected]>

