From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin A. Sapp Date: Fri, 16 Jan 2004 13:26:41 -0500 Subject: [U-Boot-Users] malloc error In-Reply-To: <20040116161455.5EFBFC10AF@atlas.denx.de> References: <20040116161455.5EFBFC10AF@atlas.denx.de> Message-ID: <40082CE1.40905@catapult.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I have been porting das u-boot to run directly out of RAM. So far so good, boots, serial works, ethernet works.. After I tftpboot a known good Linux kernel and try to bootm it it fails while inflating the kernel in inflate_blocks_new due to a malloc failure. I reserved 1MB of RAM for malloc in the config file, but when malloc is called there is not enough memory. The board is an 8275 with 32MB of RAM. das u-boot is downloaded with a BDI to 0. Any ideas? Thank you Kevin > >