sandbox_spl: Increase SPL malloc() size
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:29 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:08 +0000 (17:03 +1300)
commitabaed70990bd8eb2c9992a16465f8a9daa4c5f61
tree3093a8b4758fee9f95a4e1d41899fa25154dfecf
parentcc469b708667d24fc2a2c285e52d0d8ef5b14909
sandbox_spl: Increase SPL malloc() size

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>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
configs/sandbox_spl_defconfig