summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXie Xiaobo <X.Xie@freescale.com>2013-03-25 07:40:19 (GMT)
committerAndy Fleming <afleming@freescale.com>2013-05-24 21:54:13 (GMT)
commit1bfb9f156aa66cca6bb9c773867a1f02a84b14be (patch)
treeef7fdd7ce343e5519448b65bf6c07b3aa677fe1a
parentf9539a9caa12195870cfc3b0cf6150755aeb2e52 (diff)
downloadu-boot-fsl-qoriq-1bfb9f156aa66cca6bb9c773867a1f02a84b14be.tar.xz
sf: spansion: Add support for S25FL128S
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 <X.Xie@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
-rw-r--r--drivers/mtd/spi/spansion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c
index bc558c4..dad30b5 100644
--- 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,