瀏覽代碼

board/amirix/ap1000/flash.c: Fix GCC 4.6 build warning

Fix:
flash.c: In function 'flash_write_cfiword':
flash.c:778:11: warning: variable 'ctladdr' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Wolfgang Denk 13 年之前
父節點
當前提交
2752a525b8
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      board/amirix/ap1000/flash.c

+ 0 - 3
board/amirix/ap1000/flash.c

@@ -774,12 +774,9 @@ static ulong flash_get_size (ulong base, int banknum)
 static int flash_write_cfiword (flash_info_t * info, ulong dest,
 static int flash_write_cfiword (flash_info_t * info, ulong dest,
 				cfiword_t cword)
 				cfiword_t cword)
 {
 {
-
-	cfiptr_t ctladdr;
 	cfiptr_t cptr;
 	cfiptr_t cptr;
 	int flag;
 	int flag;
 
 
-	ctladdr.cp = flash_make_addr (info, 0, 0);
 	cptr.cp = (uchar *) dest;
 	cptr.cp = (uchar *) dest;
 
 
 	/* Check if Flash is (sufficiently) erased */
 	/* Check if Flash is (sufficiently) erased */