]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/cogent/flash.c: Fix GCC 4.6 buiild warning
authorWolfgang Denk <wd@denx.de>
Sat, 5 Nov 2011 05:13:06 +0000 (05:13 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Nov 2011 21:47:48 +0000 (22:47 +0100)
commit31a167cfa85c35f28606d18764422266f68dfca0
tree09ee6462b26bb1f79c000357a5eeec772f9a459d
parent69545df0e67c33d432765e5bdee1c0cf613829bf
board/cogent/flash.c: Fix GCC 4.6 buiild warning

Fix:
flash.c: In function 'flash_init':
flash.c:295:16: warning: variable 'fip' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
board/cogent/flash.c