
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@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@wytron.com.tw