580270a70fc381012a6dbc647d2b935c83bd4b61
[openwrt/staging/dedeckeh.git] / package / boot / uboot-mvebu / patches / 120-mvebu_armada-37xx.h_increase_max_gunzip_size.patch
1 Increase max gunzip size in mvebu_armada-37xx.h.
2 This is required in order to boot itb images.
3
4 --- a/include/configs/mvebu_armada-37xx.h
5 +++ b/include/configs/mvebu_armada-37xx.h
6 @@ -12,6 +12,7 @@
7
8 /* additions for new ARM relocation support */
9 #define CONFIG_SYS_SDRAM_BASE 0x00000000
10 +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
11
12 #define CONFIG_NR_DRAM_BANKS 1
13