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

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Apr 30 19:22:43 UTC 2017


From: Paul Burton <paul.burton at 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 at imgtec.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

---

Changes in v2:
- rebased to current mainline

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

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



More information about the U-Boot mailing list