From: Paul Burton Date: Sun, 30 Apr 2017 19:22:43 +0000 (+0200) Subject: boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB X-Git-Tag: baikal/mips/sdk5.9~4894^2~1 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=3751a058e70671d40ed9053b44f264a285cf6eb9;p=uboot.git boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB 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 Signed-off-by: Daniel Schwierzeck Reviewed-by: Simon Glass --- 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 @@ -7,6 +7,11 @@ #ifndef __CONFIGS_BOSTON_H__ #define __CONFIGS_BOSTON_H__ +/* + * General board configuration + */ +#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024) + /* * CPU */