diff options
Diffstat (limited to 'flashchips.c')
| -rw-r--r-- | flashchips.c | 20 | 
1 files changed, 1 insertions, 19 deletions
| diff --git a/flashchips.c b/flashchips.c index f3aab521..ac655104 100644 --- a/flashchips.c +++ b/flashchips.c @@ -1709,6 +1709,7 @@ const struct flashchip flashchips[] = {  		.voltage	= {2700, 3600},  	}, +	/*The AT26DF321 has the same ID as the AT25DF321. */  	{  		.vendor		= "Atmel",  		.name		= "AT25DF321", @@ -2510,25 +2511,6 @@ const struct flashchip flashchips[] = {  		.voltage	= {2700, 3600},  	}, -	/*The AT26DF321 has the same ID as the AT25DF321. */ -	/*{ -		.vendor		= "Atmel", -		.name		= "AT26DF321", -		.bustype	= BUS_SPI, -		.manufacture_id	= ATMEL_ID, -		.model_id	= ATMEL_AT26DF321, -		.total_size	= 4096, -		.page_size	= 256, -		.feature_bits	= FEATURE_WRSR_WREN, -		.tested		= TEST_UNTESTED, -		.probe		= probe_spi_rdid, -		.probe_timing	= TIMING_ZERO, -		.printlock	= spi_prettyprint_status_register_at26df081a, -		.unlock		= spi_disable_blockprotect, -		.write		= spi_chip_write_256, -		.read		= spi_chip_read, -	  },*/ -  	{  		.vendor		= "Atmel",  		.name		= "AT26F004", | 
