]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/emk/top860/top860.c: Fix GCC 4.6 build warning
authorWolfgang Denk <wd@denx.de>
Tue, 29 Nov 2011 22:17:57 +0000 (22:17 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 1 Dec 2011 23:17:25 +0000 (00:17 +0100)
commitf008b17f8c2995996b5d100b71f8851d6f74a136
treefb9811040b2b1f55c44fc7274473f2ef0847c19b
parent24b0da3aebb63d945cbdad79a587dc6f90b7bec5
board/emk/top860/top860.c: Fix GCC 4.6 build warning

Fix:
top860.c: In function 'initdram':
top860.c:90:11: warning: variable 'j' set but not used
[-Wunused-but-set-variable]

Note: No attempts were made to convert this file completely to using
I/O accessors. This is left as an exercise for the board maintainer.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
board/emk/top860/top860.c