[PATCH 1/2] Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000
Thomas Chou
thomas at wytron.com.tw
Thu Apr 7 22:59:48 CEST 2022
Hi Tom,
On 4/7/22 09:33, Tom Rini wrote:
> The most commonly used value today is 0x2000 and not 0x400. Rework the
> Kconfig logic to use this more frequently used value as the default.
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> To make this patch more reviewable, I've omitted the defconfigs where
> the in-use value is now the default value. I've cc'd so many
> maintainers however as a frequent issue when enabling more DM migrations
> is SYS_MALLOC_F_LEN being too small and 0x400 not being enough and
> something like 0x2000 being more reasonable, especially on platforms
> that can otherwise easily handle a little more memory usage.
> ---
> Kconfig | 9 +++------
> configs/10m50_defconfig | 1 +
> configs/3c120_defconfig | 1 +
Reviewed-by: Thomas Chou <thomas at wytron.com.tw>
More information about the U-Boot
mailing list