]> git.ipfire.org Git - thirdparty/u-boot.git/commit
malta: increase SYS_MALLOC_F_LEN and SYS_MALLOC_LEN
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 23 Nov 2025 22:57:05 +0000 (23:57 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 5 Dec 2025 14:54:44 +0000 (08:54 -0600)
commitad7f706ec79628bf20f4511cb803b99b0e1751c3
tree1c151abaef2d986362febf4425cad218412dd6c7
parent7dbcc4d806cce156dd9c00f535fb9cb0020b6e87
malta: increase SYS_MALLOC_F_LEN and SYS_MALLOC_LEN

If CONFIG_CONSOLE_RECORD_INIT_F=y we need additional memory according to
CONFIG_CONSOLE_RECORD_OUT_SIZE_F. Similarly CONFIG_SYS_MALLOC_LEN must be
increased by CONSOLE_RECORD_OUT_SIZE.

Go with the default values for CONFIG_CONSOLE_RECORD_INIT_F and
CONFIG_SYS_MALLOC_LEN.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
configs/malta64_defconfig
configs/malta64el_defconfig
configs/malta_defconfig
configs/maltael_defconfig