Skip to content
Snippets Groups Projects
Commit 04a3e90e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

sf: eon: drop duplicate id


Looks like Shaohui Xie's patch got merged twice.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent c4e932ce
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,6 @@ static const struct eon_spi_flash_params eon_spi_flash_table[] = { ...@@ -27,11 +27,6 @@ static const struct eon_spi_flash_params eon_spi_flash_table[] = {
.nr_sectors = 4096, .nr_sectors = 4096,
.name = "EN25Q128", .name = "EN25Q128",
}, },
{
.idcode1 = 0x16,
.nr_sectors = 1024,
.name = "EN25Q32B",
},
}; };
struct spi_flash *spi_flash_probe_eon(struct spi_slave *spi, u8 *idcode) struct spi_flash *spi_flash_probe_eon(struct spi_slave *spi, u8 *idcode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment