]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mpc83xx: kmeter1: increase malloc_f space
authorHeiko Schocher <hs@denx.de>
Fri, 2 Oct 2020 07:23:22 +0000 (09:23 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 21 Feb 2021 23:46:41 +0000 (18:46 -0500)
make malloc space before relocation bigger, set

CONFIG_SYS_MALLOC_F_LEN=0x800

Signed-off-by: Heiko Schocher <hs@denx.de>
configs/kmeter1_defconfig

index 4623bd97a64e30f35cf974ea46dc689f49078ae9..aadcbf47babb9f3909f22b31802127066291f8f7 100644 (file)
@@ -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