[PATCH v2 18/37] sandbox_spl: Increase SPL malloc() size

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Feb 4 15:01:41 CET 2021


On 03.02.21 17:43, Simon Glass wrote:
> 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.

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  configs/sandbox_spl_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig
> index 041c72ac261..223f956fb78 100644
> --- a/configs/sandbox_spl_defconfig
> +++ b/configs/sandbox_spl_defconfig
> @@ -7,6 +7,7 @@ CONFIG_SYS_MEMTEST_END=0x00101000
>  CONFIG_ENV_SIZE=0x2000
>  CONFIG_SPL_SERIAL_SUPPORT=y
>  CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
> +CONFIG_SPL_SYS_MALLOC_F_LEN=0x8000
>  CONFIG_SPL=y
>  CONFIG_BOOTSTAGE_STASH_ADDR=0x0
>  CONFIG_DEFAULT_DEVICE_TREE="sandbox"
>



More information about the U-Boot mailing list