Re: [U-Boot] [PATCH] Fix a few gcc warnings.

2011-05-12 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1303731583-11353-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > Noticed while building all of mpc8xx. Also > constify usage string in timer.c > Warnings fixed are: > timer.c: In function 'timer': > timer.c:189: warning: format not a string literal

[U-Boot] [PATCH] Fix a few gcc warnings.

2011-04-25 Thread Joakim Tjernlund
Noticed while building all of mpc8xx. Also constify usage string in timer.c Warnings fixed are: timer.c: In function 'timer': timer.c:189: warning: format not a string literal and no format arguments timer.c:258: warning: format not a string literal and no format arguments atm.c: In function 'atmUn