From: Heinrich Schuchardt Date: Sun, 23 Nov 2025 22:57:01 +0000 (+0100) Subject: ppce500: increase SYS_MALLOC_F_LEN to 0x800 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24bf56f36d00bd7c2b46a6dd7e9e7cef5fc15fbd;p=thirdparty%2Fu-boot.git 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 --- diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig index 3e734e57c4a..24999ca705f 100644 --- a/configs/qemu-ppce500_defconfig +++ b/configs/qemu-ppce500_defconfig @@ -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"