diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-17 18:32:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-17 18:32:21 +0000 |
commit | 5a0df036b0c176df9f61fe45c625951c779c59c2 (patch) | |
tree | ea61ce65d37cefa8c76025d53028842fcef84e28 /target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch | |
parent | a621c3c24a8050f305262903e78a26261a49e3d0 (diff) | |
download | mtk-20170518-5a0df036b0c176df9f61fe45c625951c779c59c2.zip mtk-20170518-5a0df036b0c176df9f61fe45c625951c779c59c2.tar.gz mtk-20170518-5a0df036b0c176df9f61fe45c625951c779c59c2.tar.bz2 |
Remove 2.6.35. It's not used anymore.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 26704
Diffstat (limited to 'target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch b/target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch deleted file mode 100644 index ce8b6d3..0000000 --- a/target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/mtd/devices/m25p80.c -+++ b/drivers/mtd/devices/m25p80.c -@@ -709,6 +709,7 @@ static const struct spi_device_id m25p_i - { "w25x80", INFO(0xef3014, 0, 64 * 1024, 16, SECT_4K) }, - { "w25x16", INFO(0xef3015, 0, 64 * 1024, 32, SECT_4K) }, - { "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) }, -+ { "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) }, - { "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) }, - - /* Catalyst / On Semiconductor -- non-JEDEC */ |