diff options
| -rw-r--r-- | drivers/mtd/spi/spi_flash_probe.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/mtd/spi/spi_flash_probe.c b/drivers/mtd/spi/spi_flash_probe.c index c432b043c..883bc276e 100644 --- a/drivers/mtd/spi/spi_flash_probe.c +++ b/drivers/mtd/spi/spi_flash_probe.c @@ -49,6 +49,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {  #endif  #ifdef CONFIG_SPI_FLASH_EON		/* EON */  	{"EN25Q32B",	   0x1c3016, 0x0,	64 * 1024,    64,	             0}, +	{"EN25Q64",	   0x1c3017, 0x0,	64 * 1024,   128,	       SECT_4K},  	{"EN25Q128B",	   0x1c3018, 0x0,       64 * 1024,   256,	             0},  #endif  #ifdef CONFIG_SPI_FLASH_GIGADEVICE	/* GIGADEVICE */ |