]> git.sur5r.net Git - u-boot/commitdiff
boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB
authorPaul Burton <paul.burton@imgtec.com>
Sun, 30 Apr 2017 19:22:43 +0000 (21:22 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 12 May 2017 11:29:50 +0000 (13:29 +0200)
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/boston.h

index 1915ad52494216c38e8203b229d7d453731efe7d..50aaa7be8c9f3f33b47eb174aa188ea7d0e43575 100644 (file)
@@ -7,6 +7,11 @@
 #ifndef __CONFIGS_BOSTON_H__
 #define __CONFIGS_BOSTON_H__
 
+/*
+ * General board configuration
+ */
+#define CONFIG_SYS_BOOTM_LEN           (64 * 1024 * 1024)
+
 /*
  * CPU
  */