Re: [U-Boot] [PATCH] OMAP3: beagle: Fix build warning in beagle.c

2011-09-22 Thread Albert ARIBAUD
Hi Dirk, Le 22/09/2011 13:53, Dirk Behme a écrit : > From: Dirk Behme > > Fix build warning > > beagle.c:532: warning: initialization from incompatible pointer type > > Signed-off-by: Dirk Behme > CC: Jason Kridner > CC: Koen Kooi > CC: Joel A Fernandes > Cc: Greg Turner > CC: Sandeep Paulraj > >

Re: [U-Boot] [PATCH] OMAP3: beagle: Fix build warning in beagle.c

2011-09-22 Thread Jason Kridner
On Thu, Sep 22, 2011 at 7:53 AM, Dirk Behme wrote: > From: Dirk Behme > > Fix build warning > > beagle.c:532: warning: initialization from incompatible pointer type > > Signed-off-by: Dirk Behme > CC: Jason Kridner Acked-by: Jason Kridner > CC: Koen Kooi > CC: Joel A Fernandes > Cc: Greg T

[U-Boot] [PATCH] OMAP3: beagle: Fix build warning in beagle.c

2011-09-22 Thread Dirk Behme
From: Dirk Behme Fix build warning beagle.c:532: warning: initialization from incompatible pointer type Signed-off-by: Dirk Behme CC: Jason Kridner CC: Koen Kooi CC: Joel A Fernandes Cc: Greg Turner CC: Sandeep Paulraj --- Note: This seems to be introduced with the commit "BeagleBoard:

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-07 Thread Joel A Fernandes
> Sent: Wednesday, September 07, 2011 1:11 PM >>> To: Albert ARIBAUD >>> Cc: Premi, Sanjeev; u-boot@lists.denx.de; Dirk Behme; >>> agnel.j...@gmail.com >>> Subject: Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning >>> >>> O

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-07 Thread Paulraj, Sandeep
s.denx.de; Dirk Behme; > >> agnel.j...@gmail.com > >> Subject: Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning > >> > >> On 09/07/2011 08:11 AM, Albert ARIBAUD wrote: > >>> (Cc:ing Dirk for the non-patch-related error) > >>> > >> >

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-07 Thread Albert ARIBAUD
gt; Cc: Premi, Sanjeev; u-boot@lists.denx.de; Dirk Behme; >> agnel.j...@gmail.com >> Subject: Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning >> >> On 09/07/2011 08:11 AM, Albert ARIBAUD wrote: >>> (Cc:ing Dirk for the non-patch-related error) >>> >> &

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-07 Thread Premi, Sanjeev
> -Original Message- > From: Stefano Babic [mailto:sba...@denx.de] > Sent: Wednesday, September 07, 2011 1:11 PM > To: Albert ARIBAUD > Cc: Premi, Sanjeev; u-boot@lists.denx.de; Dirk Behme; > agnel.j...@gmail.com > Subject: Re: [U-Boot] [PATCH] omap3: beagle: Fix bui

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-07 Thread Stefano Babic
On 09/07/2011 08:11 AM, Albert ARIBAUD wrote: > (Cc:ing Dirk for the non-patch-related error) > Hi Albert, > Note however that there is an error, independent from this patch, in > building this board with ELDK42 and CS 2011q1 : > > Configuring for omap3_beagle board... > beagle.c:532: warning:

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-06 Thread Albert ARIBAUD
(Cc:ing Dirk for the non-patch-related error) Hi Sanjeev, Le 05/09/2011 12:25, Sanjeev Premi a écrit : > This patch fixes the warning dure to recent changes to the board > configuration: > cmd_i2c.o cmd_i2c.c -c > cmd_i2c.c:109:1: warning: missing braces around initializer > cmd_i2c.c:109:1: war

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-06 Thread Jason Kridner
On Mon, Sep 5, 2011 at 6:25 AM, Sanjeev Premi wrote: > This patch fixes the warning dure to recent changes to the board > configuration: > cmd_i2c.o cmd_i2c.c -c > cmd_i2c.c:109:1: warning: missing braces around initializer > cmd_i2c.c:109:1: warning: (near initialization for 'i2c_no_probes[0]') >

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-05 Thread Premi, Sanjeev
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Monday, September 05, 2011 7:01 PM > To: Premi, Sanjeev > Cc: Albert ARIBAUD; u-boot@lists.denx.de; Wolfgang Denk > Subject: Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning > > H

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-05 Thread Heiko Schocher
Hello Sanjeev, Premi, Sanjeev wrote: >> -Original Message- >> From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] >> Sent: Monday, September 05, 2011 5:06 PM >> To: Premi, Sanjeev >> Cc: u-boot@lists.denx.de; Heiko Schocher; Wolfgang Denk >>

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-05 Thread Premi, Sanjeev
> -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Monday, September 05, 2011 5:06 PM > To: Premi, Sanjeev > Cc: u-boot@lists.denx.de; Heiko Schocher; Wolfgang Denk > Subject: Re: [U-Boot] [PATCH] omap3: beagle: Fix build warni

Re: [U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-05 Thread Albert ARIBAUD
Hi Sanjeev, Le 05/09/2011 12:25, Sanjeev Premi a écrit : > This patch fixes the warning dure to recent changes to the board > configuration: > cmd_i2c.o cmd_i2c.c -c > cmd_i2c.c:109:1: warning: missing braces around initializer > cmd_i2c.c:109:1: warning: (near initialization for 'i2c_no_probes[0]

[U-Boot] [PATCH] omap3: beagle: Fix build warning

2011-09-05 Thread Sanjeev Premi
This patch fixes the warning dure to recent changes to the board configuration: cmd_i2c.o cmd_i2c.c -c cmd_i2c.c:109:1: warning: missing braces around initializer cmd_i2c.c:109:1: warning: (near initialization for 'i2c_no_probes[0]') Signed-off-by: Sanjeev Premi Cc: Jason Kridner --- Patch was