
26 Sep
2016
26 Sep
'16
8:29 p.m.
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 ---
include/configs/boston.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/boston.h b/include/configs/boston.h index e958054..7c6210e 100644 --- a/include/configs/boston.h +++ b/include/configs/boston.h @@ -11,6 +11,7 @@ * General board configuration */ #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024)
/* * CPU
--
2.10.0