summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-10-09 17:18:01 +0100
committerTom Rini <trini@konsulko.com>2015-10-11 09:17:33 -0400
commit0d3012af5a395d25bb0ab67946158e5bf8d33d5b (patch)
tree94b1539ea0dfe0c03b4e1d87c2d57a60b3cb8fe2
parentb483cb5a949af444c06dd3cd9cfad70e645302e9 (diff)
downloadtalos-obmc-uboot-0d3012af5a395d25bb0ab67946158e5bf8d33d5b.tar.gz
talos-obmc-uboot-0d3012af5a395d25bb0ab67946158e5bf8d33d5b.zip
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>
-rw-r--r--include/configs/vexpress_aemv8a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 53b0f74e0f..c54baf8c7b 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -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
OpenPOWER on IntegriCloud