From: Heiko Schocher Date: Fri, 2 Oct 2020 07:23:22 +0000 (+0200) Subject: mpc83xx: kmeter1: increase malloc_f space X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=397ecc30b8fa23d0b4fda52cb1aeee1b8e9d07b8;p=u-boot.git mpc83xx: kmeter1: increase malloc_f space make malloc space before relocation bigger, set CONFIG_SYS_MALLOC_F_LEN=0x800 Signed-off-by: Heiko Schocher --- diff --git a/configs/kmeter1_defconfig b/configs/kmeter1_defconfig index 4623bd97a6..aadcbf47ba 100644 --- a/configs/kmeter1_defconfig +++ b/configs/kmeter1_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0xF0000000 +CONFIG_SYS_MALLOC_F_LEN=0x800 CONFIG_KM_DEF_NETDEV="eth2" CONFIG_ENV_SIZE=0x4000 CONFIG_ENV_SECT_SIZE=0x20000