From d399ceaa8fdba9af9254b56740e6659112ff11db Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 17 Apr 2011 18:32:21 +0000 Subject: Remove 2.6.35. It's not used anymore. Signed-off-by: Jochen Friedrich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26704 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../087-mtd-m25p80-add-w25q32-chip-support.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch (limited to 'target/linux/generic/patches-2.6.35/087-mtd-m25p80-add-w25q32-chip-support.patch') 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 ce8b6d3ad..000000000 --- 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 */ -- cgit v1.2.3