From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Jaworowski Date: Thu, 07 Aug 2008 12:47:23 +0200 Subject: [U-Boot-Users] 85xx: Not enough room for program headers In-Reply-To: References: <20080804102027.2B3AB24848@gemini.denx.de> <4896DBA8.6000806@semihalf.com> Message-ID: <489AD2BB.1070808@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > Can you try the following patch and see if works for you (make sure the > resulting image actually boots the board). If so I'll fixup all the .lds > I changed to match. Hi Kumar, Thanks, the code works, although during compilation the following warning appears: ./MAKEALL MPC8555CDS Configuring for MPC8555CDS board... ppc_85xx-ld: u-boot: warning: allocated section `.bss' not in segment text data bss dec hex filename 194515 16028 26488 237031 39de7 ./u-boot Rafal