diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-10 21:47:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-10 21:47:20 +0000 |
commit | 7116d19cc31d364eababe1ca5d4cf1407da052b2 (patch) | |
tree | bb866a8c7b483f9ea6c65809c9ea9a449b40a3af /target/linux/easygate-2.6/patches/150-sst_flash.patch | |
parent | 4c4d3630369781f7dfb9bd8915ea9ffdb8c6d24e (diff) | |
download | upstream-7116d19cc31d364eababe1ca5d4cf1407da052b2.tar.gz upstream-7116d19cc31d364eababe1ca5d4cf1407da052b2.tar.bz2 upstream-7116d19cc31d364eababe1ca5d4cf1407da052b2.zip |
Wrong svn repository
SVN-Revision: 6927
Diffstat (limited to 'target/linux/easygate-2.6/patches/150-sst_flash.patch')
-rw-r--r-- | target/linux/easygate-2.6/patches/150-sst_flash.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/target/linux/easygate-2.6/patches/150-sst_flash.patch b/target/linux/easygate-2.6/patches/150-sst_flash.patch deleted file mode 100644 index ba9fcb9c31..0000000000 --- a/target/linux/easygate-2.6/patches/150-sst_flash.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -urN linux-2.6.19.2/drivers/mtd/chips/jedec_probe.c linux-2.6.19.2.new/drivers/mtd/chips/jedec_probe.c ---- linux-2.6.19.2/drivers/mtd/chips/jedec_probe.c 2007-01-10 20:10:37.000000000 +0100 -+++ linux-2.6.19.2.new/drivers/mtd/chips/jedec_probe.c 2007-04-09 22:33:05.000000000 +0200 -@@ -158,6 +158,7 @@ - #define SST49LF030A 0x001C - #define SST49LF040A 0x0051 - #define SST49LF080A 0x005B -+#define SST39VF6402B 0x236C - - /* Toshiba */ - #define TC58FVT160 0x00C2 -@@ -1494,7 +1495,23 @@ - ERASEINFO(0x1000,256), - ERASEINFO(0x1000,256) - } -- -+ }, { -+ .mfr_id = MANUFACTURER_SST, -+ .dev_id = SST39VF6402B, -+ .name = "SST 39VF6402B", -+ .uaddr = { -+ [0] = MTD_UADDR_0x5555_0x2AAA, /* x8 */ -+ [1] = MTD_UADDR_0x5555_0x2AAA /* x16 */ -+ }, -+ .DevSize = SIZE_8MiB, -+ .CmdSet = P_ID_AMD_STD, -+ .NumEraseRegions= 4, -+ .regions = { -+ ERASEINFO(0x2000,256), -+ ERASEINFO(0x2000,256), -+ ERASEINFO(0x2000,256), -+ ERASEINFO(0x2000,256) -+ } - }, { - .mfr_id = MANUFACTURER_ST, /* FIXME - CFI device? */ - .dev_id = M29W800DT, |