diff mbox

[U-Boot,RESEND,v2,5/6] boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB

Message ID 20170430192244.9623-6-daniel.schwierzeck@gmail.com
State Accepted
Commit dc55db496597539cef9c45776d1d8d45f9b5932c
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Daniel Schwierzeck April 30, 2017, 7:22 p.m. UTC
From: Paul Burton <paul.burton@imgtec.com>

The default value of CONFIG_SYS_BOOTM_LEN is too small for typical
boston Linux kernels. Increase the limit to 64MB, which covers current
kernels with plenty of breathing room.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

---

Changes in v2:
- rebased to current mainline

 include/configs/boston.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Simon Glass May 4, 2017, 4:50 p.m. UTC | #1
On 30 April 2017 at 13:22, Daniel Schwierzeck
<daniel.schwierzeck@gmail.com> wrote:
> From: Paul Burton <paul.burton@imgtec.com>
>
> The default value of CONFIG_SYS_BOOTM_LEN is too small for typical
> boston Linux kernels. Increase the limit to 64MB, which covers current
> kernels with plenty of breathing room.
>
> Signed-off-by: Paul Burton <paul.burton@imgtec.com>
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
>
> ---
>
> Changes in v2:
> - rebased to current mainline
>
>  include/configs/boston.h | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Daniel Schwierzeck May 12, 2017, 9:05 p.m. UTC | #2
Am 30.04.2017 um 21:22 schrieb Daniel Schwierzeck:
> From: Paul Burton <paul.burton@imgtec.com>
> 
> The default value of CONFIG_SYS_BOOTM_LEN is too small for typical
> boston Linux kernels. Increase the limit to 64MB, which covers current
> kernels with plenty of breathing room.
> 
> Signed-off-by: Paul Burton <paul.burton@imgtec.com>
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> 
> ---
> 
> Changes in v2:
> - rebased to current mainline
> 
>  include/configs/boston.h | 5 +++++
>  1 file changed, 5 insertions(+)
> 

applied to u-boot-mips/master, thanks.
diff mbox

Patch

diff --git a/include/configs/boston.h b/include/configs/boston.h
index 1915ad5249..50aaa7be8c 100644
--- a/include/configs/boston.h
+++ b/include/configs/boston.h
@@ -8,6 +8,11 @@ 
 #define __CONFIGS_BOSTON_H__
 
 /*
+ * General board configuration
+ */
+#define CONFIG_SYS_BOOTM_LEN		(64 * 1024 * 1024)
+
+/*
  * CPU
  */
 #define CONFIG_SYS_MIPS_TIMER_FREQ	30000000