diff options
Diffstat (limited to 'board/sbc405/strataflash.c')
| -rw-r--r-- | board/sbc405/strataflash.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/board/sbc405/strataflash.c b/board/sbc405/strataflash.c index e5863d6ce..b0d3c6c76 100644 --- a/board/sbc405/strataflash.c +++ b/board/sbc405/strataflash.c @@ -670,14 +670,11 @@ static ulong flash_get_size (ulong base, int banknum)  static int flash_write_cfiword (flash_info_t *info, ulong dest, cfiword_t cword)  { -	cfiptr_t ctladdr;  	cfiptr_t cptr;  	int flag; -	ctladdr.cp = flash_make_addr(info, 0, 0);  	cptr.cp = (uchar *)dest; -  	/* Check if Flash is (sufficiently) erased */  	switch(info->portwidth) {  	case FLASH_CFI_8BIT: |