aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-10-02 09:23:22 +0200
committerTom Rini <trini@konsulko.com>2021-02-21 18:46:41 -0500
commit397ecc30b8fa23d0b4fda52cb1aeee1b8e9d07b8 (patch)
treef30796eb237ed07d18aa2f516d05c93b93d08664
parent71523efc614e58e3a1dfd816f92ea84a7c72f8f2 (diff)
downloadu-boot-397ecc30b8fa23d0b4fda52cb1aeee1b8e9d07b8.zip
u-boot-397ecc30b8fa23d0b4fda52cb1aeee1b8e9d07b8.tar.gz
u-boot-397ecc30b8fa23d0b4fda52cb1aeee1b8e9d07b8.tar.bz2
mpc83xx: kmeter1: increase malloc_f space
make malloc space before relocation bigger, set CONFIG_SYS_MALLOC_F_LEN=0x800 Signed-off-by: Heiko Schocher <hs@denx.de>
-rw-r--r--configs/kmeter1_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmeter1_defconfig b/configs/kmeter1_defconfig
index 4623bd9..aadcbf47 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