From: Bin Meng Date: Wed, 31 Mar 2021 07:24:48 +0000 (+0800) Subject: riscv: mpfs-icicle-kit: Increase SYS_MALLOC_F_LEN X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e9b62617fa7783b2eb2ab055bbb46035fd12167c;p=u-boot.git riscv: mpfs-icicle-kit: Increase SYS_MALLOC_F_LEN The RISC-V architecture default value of CONFIG_SYS_MALLOC_F_LEN (0x1000) would not provide enough memory for devices like mpfs clock and ns16550 serial to bind well before relocation. Signed-off-by: Bin Meng Reviewed-by: Padmarao Begari Tested-by: Padmarao Begari --- diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig index 0c15c3bd38..1cb29201b4 100644 --- a/configs/microchip_mpfs_icicle_defconfig +++ b/configs/microchip_mpfs_icicle_defconfig @@ -1,4 +1,5 @@ CONFIG_RISCV=y +CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_ENV_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="microchip-mpfs-icicle-kit" CONFIG_TARGET_MICROCHIP_ICICLE=y