u-boot/board/alaska
Wolfgang Denk 23bda7d43f board/alaska/flash.c: Fix GCC 4.6 build warnings
Fix:
flash.c: In function 'flash_erase':
flash.c:409:21: warning: variable 'last' set but not used
[-Wunused-but-set-variable]
flash.c:408:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'write_data':
flash.c:669:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'write_data_block':
flash.c:709:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk <wd@denx.de>
2011-11-07 22:16:59 +01:00
..
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
alaska.c powerpc: Move duplicated BAT defines to mmu.h 2009-02-10 00:27:40 +01:00
flash.c board/alaska/flash.c: Fix GCC 4.6 build warnings 2011-11-07 22:16:59 +01:00