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:
214fde9
)
configs: colibri_vf: limit size of malloc() pool before relocation
author
Marcel Ziswiler
<marcel.ziswiler@toradex.com>
Mon, 25 Mar 2019 16:24:56 +0000
(17:24 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Sat, 13 Apr 2019 18:30:09 +0000
(20:30 +0200)
Limit the size of the malloc() pool before relocation
(SYS_MALLOC_F_LEN).
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
configs/colibri_vf_defconfig
patch
|
blob
|
history
diff --git
a/configs/colibri_vf_defconfig
b/configs/colibri_vf_defconfig
index
4192501
..
8188582
100644
(file)
--- a/
configs/colibri_vf_defconfig
+++ b/
configs/colibri_vf_defconfig
@@
-2,6
+2,7
@@
CONFIG_ARM=y
CONFIG_SYS_THUMB_BUILD=y
CONFIG_ARCH_VF610=y
CONFIG_SYS_TEXT_BASE=0x3f401000
+CONFIG_SYS_MALLOC_F_LEN=0x800
CONFIG_TARGET_COLIBRI_VF=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_NR_DRAM_BANKS=1