]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/w7o/fpga.c: Fix GCC 4.6 build warning
authorWolfgang Denk <wd@denx.de>
Wed, 7 Dec 2011 12:19:24 +0000 (12:19 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 8 Dec 2011 19:51:46 +0000 (20:51 +0100)
commit96aedd4266e74005e5d04ff2b5afd18d6f92c555
treee28dafc05932d6410a257326d8275c6e527436b6
parent100a4dcefdfab25f67819588984bcc0437f48a5a
board/w7o/fpga.c: Fix GCC 4.6 build warning

Fix:
fpga.c: In function 'fpgaDownload':
fpga.c:68:29: warning: variable 'val' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk <wd@denx.de>
board/w7o/fpga.c