projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d29e4
)
include: configs: Add gunzip size for HiKey board
author
Manivannan Sadhasivam
<manivannan.sadhasivam@linaro.org>
Thu, 27 Dec 2018 13:34:03 +0000
(19:04 +0530)
committer
Tom Rini
<trini@konsulko.com>
Mon, 14 Jan 2019 22:43:18 +0000
(17:43 -0500)
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>
include/configs/hikey.h
patch
|
blob
|
history
diff --git
a/include/configs/hikey.h
b/include/configs/hikey.h
index
1376d61
..
572a52f
100644
(file)
--- 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 */