Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-07 Thread Kumar Gala
On Aug 7, 2008, at 8:21 AM, Wolfgang Denk wrote: > In message > <[EMAIL PROTECTED]> you wrote: >> >>> ./MAKEALL MPC8555CDS >>> Configuring for MPC8555CDS board... >>> ppc_85xx-ld: u-boot: warning: allocated section `.bss' not in >>> segment >>> textdata bss dec hex filename >

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-07 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > ./MAKEALL MPC8555CDS > > Configuring for MPC8555CDS board... > > ppc_85xx-ld: u-boot: warning: allocated section `.bss' not in segment > > textdata bss dec hex filename > > 194515 16028 26488 237031 39de7 ./u-boot > > Yeah i

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-07 Thread Kumar Gala
On Aug 7, 2008, at 5:47 AM, Rafal Jaworowski wrote: > 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

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-07 Thread Rafal Jaworowski
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 MP

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-04 Thread Kumar Gala
Rafal, 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. diff --git a/board/freescale/mpc8555cds/u-boot.lds b/board/freescale/mpc8555cds/u-boot.lds index a18b3a7..e7fbe5d 100644 --

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-04 Thread Rafal Jaworowski
Wolfgang Denk wrote: >> With today's top of the tree U-Boot I'm getting this: >> >> ./MAKEALL MPC8555CDS >> Configuring for MPC8555CDS board... >> ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need= >> 4) >> ppc_85xx-ld: final link failed: Bad value >> make: *** [u-boot] B

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-04 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Hi, > > With today's top of the tree U-Boot I'm getting this: > > ./MAKEALL MPC8555CDS > Configuring for MPC8555CDS board... > ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need= > 4) > ppc_85xx-ld: final link failed: Bad value

[U-Boot-Users] 85xx: Not enough room for program headers

2008-08-04 Thread Rafal Jaworowski
Hi, With today's top of the tree U-Boot I'm getting this: ./MAKEALL MPC8555CDS Configuring for MPC8555CDS board... ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) ppc_85xx-ld: final link failed: Bad value make: *** [u-boot] Błąd 1 ppc_85xx-size: './u-boot': No such

Re: [U-Boot-Users] 85xx: Not enough room for program headers

2008-08-04 Thread Liu Dave
ROTECTED] On Behalf > Of Rafal Jaworowski > Sent: 2008?8?4? 5:09 PM > To: u-boot-users > Subject: [U-Boot-Users] 85xx: Not enough room for program headers > > Hi, > > With today's top of the tree U-Boot I'm getting this: > > ./MAKEALL MPC8555CDS > Configu