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 <s...@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.g...@gmx.de> --- (no changes since v1) configs/sandbox_spl_defconfig | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-dm/next, thanks!