From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 15 Aug 2007 16:16:57 -0500 Subject: [U-Boot-Users] [PATCH] mpc885ads: Don't define CONFIG_BZIP2. In-Reply-To: <20070815211201.0876924713@gemini.denx.de> References: <20070815211201.0876924713@gemini.denx.de> Message-ID: <46C36D49.20301@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 <20070815204646.GB17995@ld0162-tx32.am.freescale.net> you wrote: > >>bzip2 requires a significant chunk of malloc space, and there isn't >>enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area >>and a downloaded image at 0x400000. > > > So download the image to 0x200000 ? There's no device tree support yet, so the wrapper is being used, and that expects to be loaded at 0x400000. Even if that were changed, moving it would mean there's less room for the relocated kernel, which gets moved down to zero (there's currently no way to tell the wrapper that the kernel's already uncompressed, so don't bother moving it at all). -Scott