[PATCH v2] board: kontron: increase the CONFIG_SYS_MALLOC_F_LEN
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue Mar 22 10:25:12 CET 2022
On 3/21/22 15:26, Heiko Thiery wrote:
> It was observed that enabling additional DM modules the configured
> malloc value is not sufficient. So lets increase the value.
>
> Signed-off-by: Heiko Thiery <heiko.thiery at gmail.com>
> ---
> v2:
> - add a more proper commit message to explan why the value was increased
>
> configs/kontron_pitx_imx8m_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/kontron_pitx_imx8m_defconfig b/configs/kontron_pitx_imx8m_defconfig
> index 76430213e3..30c3586937 100644
> --- a/configs/kontron_pitx_imx8m_defconfig
> +++ b/configs/kontron_pitx_imx8m_defconfig
> @@ -2,6 +2,7 @@ CONFIG_ARM=y
> CONFIG_ARCH_IMX8M=y
> CONFIG_SYS_TEXT_BASE=0x40200000
> CONFIG_SYS_MALLOC_LEN=0x600000
> +CONFIG_SYS_MALLOC_F_LEN=0x10000
@Heiko
Should we really adjust this on board level? Won't we have the same
problem on all imx8m boards?
Why don't you change the default for all i.mx8 boards in /Kconfig?
@Tom, @Simon
Shouldn't we replace the default of 0x400 by 0x2000 generally?
Best regards
Heinrich
> CONFIG_SPL_GPIO=y
> CONFIG_SPL_LIBCOMMON_SUPPORT=y
> CONFIG_SPL_LIBGENERIC_SUPPORT=y
More information about the U-Boot
mailing list