diff mbox series

[v2,1/3] include: configs: Add gunzip size for HiKey board

Message ID 20181227133405.11482-1-manivannanece23@gmail.com
State Accepted
Commit 5bb409c1ba4aea00b5dbd834f0e217a759c1041c
Headers show
Series [v2,1/3] include: configs: Add gunzip size for HiKey board | expand

Commit Message

Manivannan Sadhasivam Dec. 27, 2018, 1:34 p.m. UTC
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(+)

Comments

Simon Glass Dec. 29, 2018, 1:39 p.m. UTC | #1
On Thu, 27 Dec 2018 at 06:34, Manivannan Sadhasivam
<manivannan.sadhasivam@linaro.org> wrote:
>
> 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(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Jan. 16, 2019, 2:41 a.m. UTC | #2
On Thu, Dec 27, 2018 at 07:04:03PM +0530, Manivannan Sadhasivam wrote:

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

> Reviewed-by: Simon Glass <sjg@chromium.org>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

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