aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm8668/patches-2.6.36/003-adm8668_nor_map.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-04-28 10:39:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-04-28 10:39:47 +0000
commit87ae19eaa3c7149c42c85ad9c04f2c737b54d991 (patch)
tree2b54a17092f1be68f31b26ad9dfc5072ac7dde96 /target/linux/adm8668/patches-2.6.36/003-adm8668_nor_map.patch
parent9a7e9e76a3505541711b43ee4fb451da810101de (diff)
downloadupstream-87ae19eaa3c7149c42c85ad9c04f2c737b54d991.tar.gz
upstream-87ae19eaa3c7149c42c85ad9c04f2c737b54d991.tar.bz2
upstream-87ae19eaa3c7149c42c85ad9c04f2c737b54d991.zip
adm8668: nuke 2.6.36 support
SVN-Revision: 31496
Diffstat (limited to 'target/linux/adm8668/patches-2.6.36/003-adm8668_nor_map.patch')
-rw-r--r--target/linux/adm8668/patches-2.6.36/003-adm8668_nor_map.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/adm8668/patches-2.6.36/003-adm8668_nor_map.patch b/target/linux/adm8668/patches-2.6.36/003-adm8668_nor_map.patch
deleted file mode 100644
index 59fba583e0..0000000000
--- a/target/linux/adm8668/patches-2.6.36/003-adm8668_nor_map.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/mtd/maps/Kconfig
-+++ b/drivers/mtd/maps/Kconfig
-@@ -103,6 +103,12 @@
- default "0x02000000"
- depends on MSP_FLASH_MAP_LIMIT_32M
-
-+config MTD_ADM8668_NOR
-+ tristate "ADM8668 NOR mapping"
-+ depends on ADM8668 && MTD_CFI
-+ help
-+ mapping driver for ADM8668 NOR
-+
- config MTD_SUN_UFLASH
- tristate "Sun Microsystems userflash support"
- depends on SPARC && MTD_CFI && PCI
---- a/drivers/mtd/maps/Makefile
-+++ b/drivers/mtd/maps/Makefile
-@@ -7,6 +7,7 @@
- endif
-
- # Chip mappings
-+obj-$(CONFIG_MTD_ADM8668_NOR) += adm8668.o
- obj-$(CONFIG_MTD_CDB89712) += cdb89712.o
- obj-$(CONFIG_MTD_ARM_INTEGRATOR)+= integrator-flash.o
- obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o