commit | 0d3012af5a395d25bb0ab67946158e5bf8d33d5b | [log] [tgz] |
---|---|---|
author | Ryan Harkin <ryan.harkin@linaro.org> | Fri Oct 09 17:18:01 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 11 09:17:33 2015 -0400 |
tree | 94b1539ea0dfe0c03b4e1d87c2d57a60b3cb8fe2 | |
parent | b483cb5a949af444c06dd3cd9cfad70e645302e9 [diff] |
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>