From: Jorge Ramirez-Ortiz Date: Wed, 10 Jan 2018 10:33:29 +0000 (+0100) Subject: poplar: configs: increase gunzip buffer size for the kernel X-Git-Tag: v2018.03-rc1~190 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42091fa9e8147d536591f5c7abae12fd58b0d4c1;p=oweals%2Fu-boot.git poplar: configs: increase gunzip buffer size for the kernel Signed-off-by: Jorge Ramirez-Ortiz --- diff --git a/include/configs/poplar.h b/include/configs/poplar.h index 1c39ed153f..8a12b526a8 100644 --- a/include/configs/poplar.h +++ b/include/configs/poplar.h @@ -18,7 +18,7 @@ #define CONFIG_NR_DRAM_BANKS 2 /* SYS */ -#define CONFIG_SYS_BOOTM_LEN 0x1400000 +#define CONFIG_SYS_BOOTM_LEN SZ_64M #define CONFIG_SYS_INIT_SP_ADDR 0x200000 #define CONFIG_SYS_LOAD_ADDR 0x800000 #define CONFIG_SYS_MALLOC_LEN SZ_32M