Skip to content
Snippets Groups Projects
Commit 1c091f59 authored by James Kosin's avatar James Kosin Committed by Mike Frysinger
Browse files

sf: sst: add support for SST25VF064C

parent 8a07de03
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,10 @@ static const struct sst_spi_flash_params sst_spi_flash_table[] = {
.idcode1 = 0x4a,
.nr_sectors = 1024,
.name = "SST25VF032B",
},{
.idcode1 = 0x4b,
.nr_sectors = 2048,
.name = "SST25VF064C",
},{
.idcode1 = 0x01,
.nr_sectors = 16,
......
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