[PATCH v4 19/42] sandbox_spl: Increase SPL malloc() size

Simon Glass sjg at chromium.org
Wed Mar 17 02:28:31 CET 2021


The test framework reinits driver model tests before running each test.
Since malloc_simple does not support free(), this eventually runs out of
memory.

Fix it for now by increasing the space to 32KB.

Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---

(no changes since v1)

 configs/sandbox_spl_defconfig | 1 +
 1 file changed, 1 insertion(+)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list