From: Bin Meng Date: Wed, 12 Dec 2018 14:12:33 +0000 (-0800) Subject: riscv: Enlarge the default SYS_MALLOC_F_LEN X-Git-Tag: v2019.01-rc3~20^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92b64fef0580fab1c86bede68451270dc3772857;p=oweals%2Fu-boot.git riscv: Enlarge the default SYS_MALLOC_F_LEN Increase the heap size for the pre-relocation stage, so that CPU driver can be loaded. Signed-off-by: Bin Meng Reviewed-by: Lukas Auer Reviewed-by: Anup Patel --- diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 39ca2d829c..c45e4d73a8 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -113,4 +113,7 @@ config RISCV_RDTIME standard rdtime instruction. This is the case for S-mode U-Boot, and is useful for processors that support rdtime in M-mode too. +config SYS_MALLOC_F_LEN + default 0x1000 + endmenu