]> Git Repo - u-boot.git/commitdiff
configs: colibri_vf: limit size of malloc() pool before relocation
authorMarcel Ziswiler <[email protected]>
Mon, 25 Mar 2019 16:24:56 +0000 (17:24 +0100)
committerStefano Babic <[email protected]>
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 <[email protected]>
Reviewed-by: Igor Opaniuk <[email protected]>
configs/colibri_vf_defconfig

index 41925012571e14ea2ee7b8d6e7f1755cd649c2a4..8188582ed98a4d6b1dffd0eb642d2bf0f29bfe49 100644 (file)
@@ -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
This page took 0.029987 seconds and 4 git commands to generate.