
17 Mar
2021
17 Mar
'21
2:28 a.m.
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@chromium.org Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de ---
(no changes since v1)
configs/sandbox_spl_defconfig | 1 + 1 file changed, 1 insertion(+)
Applied to u-boot-dm/next, thanks!