]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/spi/eon.c
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
[u-boot] / drivers / mtd / spi / eon.c
index d9d43ca57e19de46864939c6fab4791697621366..691ed4efc4f61096da88314dc202f9c6b9a3f82f 100644 (file)
@@ -27,11 +27,6 @@ static const struct eon_spi_flash_params eon_spi_flash_table[] = {
                .nr_sectors = 4096,
                .name = "EN25Q128",
        },
-       {
-               .idcode1 = 0x16,
-               .nr_sectors = 1024,
-               .name = "EN25Q32B",
-       },
 };
 
 struct spi_flash *spi_flash_probe_eon(struct spi_slave *spi, u8 *idcode)