]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/w7o/flash.c: Fix GCC 4.6 compile warning
authorWolfgang Denk <wd@denx.de>
Wed, 7 Dec 2011 12:19:26 +0000 (12:19 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 8 Dec 2011 19:51:55 +0000 (20:51 +0100)
commitfc86bbf692dcfed02ec436293ec4aed2a83ad15d
tree8a68585c282e89fa445f858861d5f42ed3dd4b33
parent75a69acbe2662f98a3f47a5b05cbad544d8a8b85
board/w7o/flash.c: Fix GCC 4.6 compile warning

Fix:
flash.c: In function 'flash_init':
flash.c:47:25: warning: variable 'base_b1' set but not used
[-Wunused-but-set-variable]

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