vexpress64: increase max gunzip size

vexpress64 kernels are usually over 8 MBytes in length, so setting the
max uImage length to 64 Mbytes should give us plenty of scope for
expansion.

I mostly chose this length to match other board configs that use
"(64 << 20)".

Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Ryan Harkin 2015-10-09 17:18:01 +01:00 committed by Tom Rini
parent b483cb5a94
commit 0d3012af5a
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#error "Unknown board variant"
#endif
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
/* Flat Device Tree Definitions */
#define CONFIG_OF_LIBFDT