[PATCH 09/19] ppce500: increase SYS_MALLOC_F_LEN to 0x800

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Sun Nov 23 23:57:01 CET 2025


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 at canonical.com>
---
 configs/qemu-ppce500_defconfig | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
2.51.0



More information about the U-Boot mailing list