diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-10 21:47:20 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-10 21:47:20 +0000 |
commit | 50d7e6ec294061923d350a7eb3b340b23b00d513 (patch) | |
tree | beb15749fccd659117cc80d76e4b896d48be4619 /target/linux/easygate-2.6/patches/150-sst_flash.patch | |
parent | 5a834359ace359edaac1ac3d73b3f61bfef78c00 (diff) |
Wrong svn repository
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6927 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ba9fcb9c3..000000000 --- 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, |