]> git.baikalelectronics.ru Git - uboot.git/commit
x86: qemu-x86_defconfig: Increase CONFIG_SYS_MALLOC_F_LEN
authorStefan Roese <sr@denx.de>
Tue, 25 Aug 2020 06:53:30 +0000 (08:53 +0200)
committerStefan Roese <sr@denx.de>
Tue, 25 Aug 2020 09:37:57 +0000 (11:37 +0200)
commit32e15b1579f6d457dfec8f590524e3c37d3b0121
tree97a18c6a0a6921de227af46d7b03943fd0c76a0a
parentefc8b3b50fc7e6b501a61121a5a6db83392f139a
x86: qemu-x86_defconfig: Increase CONFIG_SYS_MALLOC_F_LEN

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 <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
configs/qemu-x86_defconfig