[U-Boot] [PATCH] 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
Peter Tyser
ptyser at xes-inc.com
Wed Jul 15 16:32:48 CEST 2009
On Wed, 2009-07-15 at 09:02 -0500, Kumar Gala wrote:
> We have always mapped at least 16M in the kernel and we have seen cases
> with new kernel features that a kernel image needs more than 8M of
> memory.
It'd be nice to also increase CONFIG_SYS_BOOTM_LEN to 16MB to allow
booting of compressed images larger than 8MB.
Or possibly changing common/cmd_bootm.c logic to:
#ifndef CONFIG_SYS_BOOTM_LEN
#define CONFIG_SYS_BOOTM_LEN CONFIG_SYS_BOOTMAPSZ
#endif
Best,
Peter
More information about the U-Boot
mailing list