[U-Boot] [PATCH 7/6] sf: sst: add support for SST25VF064C

Mike Frysinger vapier at gentoo.org
Wed Apr 13 21:28:36 CEST 2011


From: James Kosin <jkosin at intcomgrp.com>

Signed-off-by: James Kosin <jkosin at intcomgrp.com>
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 drivers/mtd/spi/sst.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/spi/sst.c b/drivers/mtd/spi/sst.c
index 0733deb..4dc2db2 100644
--- a/drivers/mtd/spi/sst.c
+++ b/drivers/mtd/spi/sst.c
@@ -71,6 +71,10 @@ static const struct sst_spi_flash_params sst_spi_flash_table[] = {
 		.nr_sectors = 1024,
 		.name = "SST25VF032B",
 	},{
+		.idcode1 = 0x4b,
+		.nr_sectors = 2048,
+		.name = "SST25VF064C",
+	},{
 		.idcode1 = 0x01,
 		.nr_sectors = 16,
 		.name = "SST25WF512",
-- 
1.7.5.rc1



More information about the U-Boot mailing list