projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9539a9
)
sf: spansion: Add support for S25FL128S
author
Xie Xiaobo
<
[email protected]
>
Mon, 25 Mar 2013 07:40:19 +0000
(07:40 +0000)
committer
Andy Fleming
<
[email protected]
>
Fri, 24 May 2013 21:54:13 +0000
(16:54 -0500)
SPANSION recommend S25FL128S supersedes S25FL129P, and the two flash
memory have the same device ID and Memory architecture. So they can
use the same config parameters.
Signed-off-by: Xie Xiaobo <
[email protected]
>
Signed-off-by: Andy Fleming <
[email protected]
>
drivers/mtd/spi/spansion.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/spansion.c
b/drivers/mtd/spi/spansion.c
index bc558c4c96ba317bffac1a66730bc28c2f49be32..dad30b54c54e97547f13c14039483da30e1eb409 100644
(file)
--- a/
drivers/mtd/spi/spansion.c
+++ b/
drivers/mtd/spi/spansion.c
@@
-94,7
+94,7
@@
static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
.idcode2 = 0x4d01,
.pages_per_sector = 256,
.nr_sectors = 256,
- .name = "S25FL129P_64K",
+ .name = "S25FL129P_64K
/S25FL128S
",
},
{
.idcode1 = 0x0219,