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 <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
parent
84304d4866
commit
92b64fef05
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue