mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
poplar: configs: increase gunzip buffer size for the kernel
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
This commit is contained in:
parent
210d959294
commit
42091fa9e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue