mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
sf: spansion: Correct name of S25FL128S 64K Sector part
Corrected the name of S25FL128S 64K sector part SPI flash,
S25FL128S supported has been added in below commit
"sf: spansion: Add support for S25FL128S"
(sha1: 1bfb9f156a
)
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
7315cfd9e1
commit
6fd1000224
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
|
||||||
.idcode2 = 0x4d01,
|
.idcode2 = 0x4d01,
|
||||||
.pages_per_sector = 256,
|
.pages_per_sector = 256,
|
||||||
.nr_sectors = 256,
|
.nr_sectors = 256,
|
||||||
.name = "S25FL129P_64K/S25FL128S",
|
.name = "S25FL129P_64K/S25FL128S_64K",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.idcode1 = 0x0219,
|
.idcode1 = 0x0219,
|
||||||
|
|
Loading…
Reference in a new issue