From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 20 Feb 2007 17:05:57 -0600 Subject: [U-Boot-Users] [PATCH] Fix initrd length miscalculation in bootm command In-Reply-To: <20070220190645.23C2235363D@atlas.denx.de> References: <20070220190645.23C2235363D@atlas.denx.de> Message-ID: <45DB7ED5.5000306@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <45DB2370.6090804@freescale.com> you wrote: >> Also, I was wondering if 200000 is too low of a load address. Doesn't the >> kernel lock that memory or something? > > If you hve a big kernel, that's definitely too low. I had to set loadaddr to 800000 and ramdisk_size to 80000 to get it to work. I can confirm that multi-images work both with and without my patch. So if there are no objections, please apply this patch. Thanks. -- Timur Tabi Linux Kernel Developer @ Freescale