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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to