Skip to content

Commit

Permalink
db410c: configs: increase gunzip buffer size for the kernel
Browse files Browse the repository at this point in the history
the kernel fails to boot when it goes over the limit.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
  • Loading branch information
ldts authored and trini committed Jan 15, 2018
1 parent 100fb0b commit 5bef399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/dragonboard410c.h
Expand Up @@ -23,7 +23,7 @@
#define CONFIG_SYS_TEXT_BASE 0x80080000
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x80000)
#define CONFIG_SYS_BOOTM_LEN 0x1000000 /* 16MB max kernel size */
#define CONFIG_SYS_BOOTM_LEN SZ_64M

/* UART */

Expand Down

0 comments on commit 5bef399

Please sign in to comment.