summaryrefslogtreecommitdiffstats
path: root/include/configs/hikey.h
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2018-12-27 19:04:03 +0530
committerTom Rini <trini@konsulko.com>2019-01-14 17:43:18 -0500
commit5bb409c1ba4aea00b5dbd834f0e217a759c1041c (patch)
treed52ce7638675327ac518f63665c36646f90ec7c4 /include/configs/hikey.h
parentb5d29e439053ea42ccae84104f90440612274ee9 (diff)
downloadu-boot-5bb409c1ba4aea00b5dbd834f0e217a759c1041c.tar.gz
u-boot-5bb409c1ba4aea00b5dbd834f0e217a759c1041c.tar.xz
u-boot-5bb409c1ba4aea00b5dbd834f0e217a759c1041c.zip
include: configs: Add gunzip size for HiKey board
Default 8MB gunzip size is not enough to load the release kernel, hence fix 64MB size for uncompressing the kernel. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/hikey.h')
-rw-r--r--include/configs/hikey.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/hikey.h b/include/configs/hikey.h
index 1376d6155d..572a52fad5 100644
--- a/include/configs/hikey.h
+++ b/include/configs/hikey.h
@@ -18,6 +18,8 @@
#define CONFIG_REMAKE_ELF
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
+
/* Physical Memory Map */
/* CONFIG_SYS_TEXT_BASE needs to align with where ATF loads bl33.bin */