All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/3] include: configs: Add gunzip size for HiKey board
@ 2018-12-27 13:34 Manivannan Sadhasivam
  2018-12-27 13:34 ` [U-Boot] [PATCH v2 2/3] mmc: Convert HI6220 MMC driver to driver model Manivannan Sadhasivam
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Manivannan Sadhasivam @ 2018-12-27 13:34 UTC (permalink / raw)
  To: u-boot

From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

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>
---

Changes in v2: Added Simon's Reviewed-by tag.

 include/configs/hikey.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/hikey.h b/include/configs/hikey.h
index 1376d6155de..572a52fad59 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 */
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-01-16  2:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27 13:34 [U-Boot] [PATCH v2 1/3] include: configs: Add gunzip size for HiKey board Manivannan Sadhasivam
2018-12-27 13:34 ` [U-Boot] [PATCH v2 2/3] mmc: Convert HI6220 MMC driver to driver model Manivannan Sadhasivam
2019-01-16  2:38   ` [U-Boot] [U-Boot, v2, " Tom Rini
2019-01-16  2:41   ` Tom Rini
2018-12-27 13:34 ` [U-Boot] [PATCH v2 3/3] arm: dts: Add MMC nodes for HiKey board Manivannan Sadhasivam
2018-12-27 13:55   ` Tom Rini
2018-12-27 14:54     ` Manivannan Sadhasivam
2019-01-16  2:41   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-12-29 13:39 ` [U-Boot] [PATCH v2 1/3] include: configs: Add gunzip size " Simon Glass
2019-01-16  2:41 ` [U-Boot] [U-Boot, v2, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.