diff options
Diffstat (limited to 'board/ocotea/flash.c')
| -rw-r--r-- | board/ocotea/flash.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/board/ocotea/flash.c b/board/ocotea/flash.c index 15e688f7a..f44984a0e 100644 --- a/board/ocotea/flash.c +++ b/board/ocotea/flash.c @@ -349,10 +349,14 @@ static ulong flash_get_size(vu_long * addr, flash_info_t * info)  			info->protect[i] = addr2[2] & 1;  	} +	/* issue bank reset to return to read mode */ +	addr2[0] = (FLASH_WORD_SIZE) 0x00F000F0; +  	/*  	 * Prevent writes to uninitialized FLASH.  	 */  	if (info->flash_id != FLASH_UNKNOWN) { +		/* ? ? ? */  	}  	return (info->size); |