Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-07-04 Thread Timur Tabi
On Fri, Jun 14, 2013 at 3:21 AM, Wolfgang Denk wrote: > diff --git a/board/freescale/mpc8323erdb/mpc8323erdb.c > b/board/freescale/mpc8323erdb/mpc8323erdb.c > index f29b2f4..533cb08 100644 > --- a/board/freescale/mpc8323erdb/mpc8323erdb.c > +++ b/board/freescale/mpc8323erdb/mpc8323erdb.c > @@ -1

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-07-03 Thread Wolfgang Denk
Dear Timur Tabi, In message you wrote: > On Fri, Jun 28, 2013 at 4:47 PM, Andy Fleming wrote: > > > Well, he hasn't been at Freescale for years, now, so that's not surprising. > > It's not entirely clear to me whether that board is one we actively > > support, but I suspect we can get away wit

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-28 Thread Sinan Akman
On 06/29/2013 12:11 AM, Timur Tabi wrote: On Fri, Jun 28, 2013 at 4:47 PM, Andy Fleming wrote: Well, he hasn't been at Freescale for years, now, so that's not surprising. It's not entirely clear to me whether that board is one we actively support, but I suspect we can get away with maintenance

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-28 Thread Timur Tabi
On Fri, Jun 28, 2013 at 4:47 PM, Andy Fleming wrote: > Well, he hasn't been at Freescale for years, now, so that's not surprising. > It's not entirely clear to me whether that board is one we actively > support, but I suspect we can get away with maintenance moving over to Kim. > That said, I gue

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-28 Thread Andy Fleming
On Fri, Jun 14, 2013 at 4:14 AM, Wolfgang Denk wrote: > Dear Kim, > > In message <1371198068-3581-1-git-send-email...@denx.de> you wrote: > > > > mpc8323erdb.c: In function 'mac_read_from_eeprom': > > mpc8323erdb.c:198:3: warning: dereferencing type-punned pointer will > > break strict-aliasing r

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-26 Thread Wolfgang Denk
Dear Kim, ping!! In message <1371198068-3581-1-git-send-email...@denx.de> I wrote: > Fix: > > mpc8323erdb.c: In function 'mac_read_from_eeprom': > mpc8323erdb.c:198:3: warning: dereferencing type-punned pointer will > break strict-aliasing rules [-Wstrict-aliasing] > > Signed-off-by: Wolfgang D

Re: [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-14 Thread Wolfgang Denk
Dear Kim, In message <1371198068-3581-1-git-send-email...@denx.de> you wrote: > > mpc8323erdb.c: In function 'mac_read_from_eeprom': > mpc8323erdb.c:198:3: warning: dereferencing type-punned pointer will > break strict-aliasing rules [-Wstrict-aliasing] > > Signed-off-by: Wolfgang Denk > cc: Mi

[U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-06-14 Thread Wolfgang Denk
Fix: mpc8323erdb.c: In function 'mac_read_from_eeprom': mpc8323erdb.c:198:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by: Wolfgang Denk cc: Michael Barkowski cc: Kim Phillips --- board/freescale/mpc8323erdb/mpc8323erdb.c | 6 ++