]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
db410c: configs: increase gunzip buffer size for the kernel
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Wed, 10 Jan 2018 10:34:34 +0000 (11:34 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jan 2018 21:29:03 +0000 (16:29 -0500)
the kernel fails to boot when it goes over the limit.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
include/configs/dragonboard410c.h

index d2447b27d8adcdf26fe6373823007a331fbc6928..3c5bb8a67870412ea0539fd224d4f086e8a47b24 100644 (file)
@@ -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 */