ppce500: increase SYS_MALLOC_F_LEN to 0x800

If CONFIG_CONSOLE_RECORD_INIT_F=y we need additional memory according to
CONFIG_CONSOLE_RECORD_OUT_SIZE_F.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2025-11-23 23:57:01 +01:00
committed by Tom Rini
parent 85713aee96
commit 24bf56f36d

View File

@@ -1,5 +1,6 @@
CONFIG_PPC=y
CONFIG_TEXT_BASE=0xf00000
CONFIG_SYS_MALLOC_F_LEN=0x800
CONFIG_ENV_SIZE=0x2000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="qemu-ppce500"