mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
sun20i: set CONFIG_SYS_BOOTM_LEN for RISC-V
If this value is not increased, the error occurs during loading uncompressed kernel from fitImage: "Error: inflate() returned -5 Image too large: increase CONFIG_SYS_BOOTM_LEN" Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com> Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
fe5085b463
commit
2c4589c563
@ -18,7 +18,7 @@
|
||||
|
||||
#include <linux/stringify.h>
|
||||
|
||||
#ifdef CONFIG_ARM64
|
||||
#if defined(CONFIG_ARM64) || defined(CONFIG_RISCV)
|
||||
#define CONFIG_SYS_BOOTM_LEN (32 << 20)
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user