projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71523ef
)
mpc83xx: kmeter1: increase malloc_f space
author
Heiko Schocher
<hs@denx.de>
Fri, 2 Oct 2020 07:23:22 +0000
(09:23 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/configs/kmeter1_defconfig
b/configs/kmeter1_defconfig
index 4623bd97a64e30f35cf974ea46dc689f49078ae9..aadcbf47babb9f3909f22b31802127066291f8f7 100644
(file)
--- 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