Re: [U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

2009-03-28 Thread Wolfgang Denk
Dear Heiko, In message <20090328231614.d6fde8322...@gemini.denx.de> I wrote: > > Hm... I did not observe build isses with these boards: H. no big surprise *after* applying yoru patch. Sorry for the confusion. Seems I'm not completely of sound mind and disposing memory any more. Or have I ever b

Re: [U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

2009-03-28 Thread Wolfgang Denk
Dear Heiko, In message <49c8bb76.4050...@denx.de> you wrote: > > actual u-boot top of tree builds with warnings/errors for the following > boards: > > ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 RPXClassic debris PN62 > > following patch solves it for: > > ads5121, cpci5200, mecp52

Re: [U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

2009-03-25 Thread Mike Frysinger
On Wednesday 25 March 2009 02:37:54 Heiko Schocher wrote: > Hmm... the compilererrors I solved seems OK to me too, but I don;t > know where to find the missing function for example for the v38b board: > > configuring for v38b board... > v38b.c: In function 'misc_init_r': > v38b.c:234: warning: impl

Re: [U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

2009-03-24 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Tuesday 24 March 2009 06:52:38 Heiko Schocher wrote: >> actual u-boot top of tree builds with warnings/errors for the following >> boards: >> >> ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 RPXClassic debris >> PN62 >> >> following patch solves it

Re: [U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

2009-03-24 Thread Mike Frysinger
On Tuesday 24 March 2009 06:52:38 Heiko Schocher wrote: > actual u-boot top of tree builds with warnings/errors for the following > boards: > > ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 RPXClassic debris > PN62 > > following patch solves it for: > > ads5121, cpci5200, mecp5200, NX823,

[U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

2009-03-24 Thread Heiko Schocher
Hello Mike, actual u-boot top of tree builds with warnings/errors for the following boards: ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 RPXClassic debris PN62 following patch solves it for: ads5121, cpci5200, mecp5200, NX823, debris and PN62 Signed-off-by: Heiko Schocher --- but