[U-Boot] [PATCH v6] mpq101: initial support for Mercury Computer Systems MPQ101 board
Kumar Gala
galak at kernel.crashing.org
Tue Jan 18 10:42:41 CET 2011
On Jan 18, 2011, at 2:03 AM, Alex Dubov wrote:
>
> +/*
> + * For booting Linux, the board info and command line data
> + * have to be in the first 16 MB of memory, since this is
> + * the maximum mapped by the Linux kernel during initialization.
> + */
> +#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
> +
You might also want to set:
#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
to match BOOTMAPSZ.
Sorry, I keep nit picking ;)
- k
More information about the U-Boot
mailing list