Re: [U-Boot] [PATCH] board/esd/common/flash.c: Fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-6-git-send-email...@denx.de> you wrote: > Fix warning: ../common/flash.c:635: warning: dereferencing type-punned > pointer will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Matthias Fuchs > Cc: Stefan Roese > --- > board/esd/common/flash.c |

Re: [U-Boot] [PATCH] board/esd/common/flash.c: Fix compile warning

2009-09-11 Thread Stefan Roese
On Friday 11 September 2009 11:18:22 Wolfgang Denk wrote: > Fix warning: ../common/flash.c:635: warning: dereferencing type-punned > pointer will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Matthias Fuchs > Cc: Stefan Roese Acked-by: Stefan Roese Thanks. Cheers, Stefa

Re: [U-Boot] [PATCH] board/esd/common/flash.c: Fix compile warning

2009-09-11 Thread Matthias Fuchs
Acked-by: Matthias Fuchs On Friday 11 September 2009 11:18, Wolfgang Denk wrote: > Fix warning: ../common/flash.c:635: warning: dereferencing type-punned > pointer will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Matthias Fuchs > Cc: Stefan Roese > --- > board/esd/comm

[U-Boot] [PATCH] board/esd/common/flash.c: Fix compile warning

2009-09-11 Thread Wolfgang Denk
Fix warning: ../common/flash.c:635: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Wolfgang Denk Cc: Matthias Fuchs Cc: Stefan Roese --- board/esd/common/flash.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/board/esd/com