]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix compiler warnings for EVB64260, P3G4 and ZUMA
authorAnatolij Gustschin <agust@denx.de>
Fri, 25 Jun 2010 22:39:28 +0000 (00:39 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Jun 2010 21:03:40 +0000 (23:03 +0200)
commite03b4d296b27790de3b25edd32784d20538240d8
tree25666d54fac97e1bbdfe9cc43fc8ecb11065b3dc
parent9fb3b5085787baad8a133e347ad12c5b3a022e98
Fix compiler warnings for EVB64260, P3G4 and ZUMA

Fix following warnings:

$ ./MAKEALL EVB64260 P3G4 ZUMA
Configuring for EVB64260 board...
mpsc.c: In function 'mpsc_putchar_early':
mpsc.c:121: warning: dereferencing type-punned pointer will break strict-aliasing rules
mpsc.c:127: warning: dereferencing type-punned pointer will break strict-aliasing rules
...

Signed-off-by: Anatolij Gustschin <agust@denx.de>
board/evb64260/mpsc.c