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 <paul.burton@imgtec.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
master
Paul Burton 8 years ago committed by Daniel Schwierzeck
parent d2b12a5767
commit dc55db4965
  1. 5
      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

Loading…
Cancel
Save