mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
sf: sst: Add support for SST25WF080
Add support for SST25WF080 SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
1465d055f9
commit
04e15648ce
1 changed files with 6 additions and 0 deletions
|
@ -99,6 +99,12 @@ static const struct sst_spi_flash_params sst_spi_flash_table[] = {
|
|||
.nr_sectors = 128,
|
||||
.name = "SST25WF040",
|
||||
},
|
||||
{
|
||||
.idcode1 = 0x05,
|
||||
.flags = SST_FEAT_WP,
|
||||
.nr_sectors = 256,
|
||||
.name = "SST25WF080",
|
||||
},
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Reference in a new issue