[U-Boot] [U-Boot-DM] [PATCH 2/3] dm: mips: Fix lb60 timer code

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Aug 19 20:19:22 CEST 2012


2012/7/27 Marek Vasut <marex at denx.de>:
> The timer code contains more halfword writes which trigger gcc errors.
> The registers are again 32bit, yet written by 16bit writes, fix this:
>
> timer.c: In function ‘reset_timer_masked’:
> timer.c:37:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
> timer.c: In function ‘get_timer_masked’:
> timer.c:43:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
> timer.c: In function ‘timer_init’:
> timer.c:86:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
> timer.c:88:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
> timer.c:89:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
> timer.c:90:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Daniel <zpxu at ingenic.cn>
> Cc: Shinya Kuribayashi <skuribay at pobox.com>
> Cc: Xiangfu Liu <xiangfu at openmobilefree.net>
> ---
>  arch/mips/cpu/xburst/timer.c |   12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

applied to u-boot-mips/master, thanks

-- 
Best regards,
Daniel


More information about the U-Boot mailing list