mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
sf: sst: add support for SST25VF064C
Signed-off-by: James Kosin <jkosin@intcomgrp.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
8a07de03f0
commit
1c091f59a0
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ static const struct sst_spi_flash_params sst_spi_flash_table[] = {
|
||||||
.idcode1 = 0x4a,
|
.idcode1 = 0x4a,
|
||||||
.nr_sectors = 1024,
|
.nr_sectors = 1024,
|
||||||
.name = "SST25VF032B",
|
.name = "SST25VF032B",
|
||||||
|
},{
|
||||||
|
.idcode1 = 0x4b,
|
||||||
|
.nr_sectors = 2048,
|
||||||
|
.name = "SST25VF064C",
|
||||||
},{
|
},{
|
||||||
.idcode1 = 0x01,
|
.idcode1 = 0x01,
|
||||||
.nr_sectors = 16,
|
.nr_sectors = 16,
|
||||||
|
|
Loading…
Add table
Reference in a new issue