From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:31 +0000 Subject: [PATCH v4 19/42] sandbox_spl: Increase SPL malloc() size In-Reply-To: <20210315042553.1932494-9-sjg@chromium.org> References: <20210315042553.1932494-9-sjg@chromium.org> <20210315042553.1932494-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Reviewed-by: Heinrich Schuchardt --- (no changes since v1) configs/sandbox_spl_defconfig | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-dm/next, thanks!