From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Dubov Date: Wed, 19 Jan 2011 01:50:14 -0800 (PST) Subject: [U-Boot] [PATCH v6] mpq101: initial support for Mercury Computer Systems MPQ101 board In-Reply-To: Message-ID: <621372.96467.qm@web37606.mail.mud.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > > > > +/* > > + * 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 ;) > Can you, please, assure me, that when this particular line is corrected the patch will be accepted? If not, what possible additional problems do you see there?