mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-19 15:39:00 +00:00
zynq: Extend kernel image size to 20MB
Extend max kernel image size. Gunzip is checking this value. If kernel is larger, message below is shown. Uncompressing Kernel Image ... Error: inflate() returned -5 GUNZIP: uncompress, out-of-mem or overwrite error - must RESET board to recover Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c74a94415c
commit
ae9f489977
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@
|
|||
#define CONFIG_FIT_SIGNATURE
|
||||
#define CONFIG_RSA
|
||||
|
||||
/* Extend size of kernel image for uncompression */
|
||||
#define CONFIG_SYS_BOOTM_LEN (20 * 1024 * 1024)
|
||||
|
||||
/* Boot FreeBSD/vxWorks from an ELF image */
|
||||
#if defined(CONFIG_ZYNQ_BOOT_FREEBSD)
|
||||
# define CONFIG_API
|
||||
|
|
Loading…
Add table
Reference in a new issue