diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-01 13:15:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-01 13:15:44 +0000 |
commit | f0520f1714404ebb326ba78a0c731ffbe25a7bc8 (patch) | |
tree | 7ec073175f874a3e62590572bdb2ba85578c8689 /target/linux/adm5120/patches-3.3/002-adm5120_flash.patch | |
parent | b4315df8e18c2a339adf16786ceb69b29f68ae38 (diff) | |
download | upstream-f0520f1714404ebb326ba78a0c731ffbe25a7bc8.tar.gz upstream-f0520f1714404ebb326ba78a0c731ffbe25a7bc8.tar.bz2 upstream-f0520f1714404ebb326ba78a0c731ffbe25a7bc8.zip |
adm5120: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34953
Diffstat (limited to 'target/linux/adm5120/patches-3.3/002-adm5120_flash.patch')
-rw-r--r-- | target/linux/adm5120/patches-3.3/002-adm5120_flash.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/adm5120/patches-3.3/002-adm5120_flash.patch b/target/linux/adm5120/patches-3.3/002-adm5120_flash.patch deleted file mode 100644 index 98b1f2a623..0000000000 --- a/target/linux/adm5120/patches-3.3/002-adm5120_flash.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/mtd/maps/Kconfig -+++ b/drivers/mtd/maps/Kconfig -@@ -526,4 +526,8 @@ config MTD_LATCH_ADDR - - If compiled as a module, it will be called latch-addr-flash. - -+config MTD_ADM5120 -+ tristate "Map driver for ADM5120 based boards" -+ depends on ADM5120 -+ - endmenu ---- a/drivers/mtd/maps/Makefile -+++ b/drivers/mtd/maps/Makefile -@@ -38,6 +38,7 @@ obj-$(CONFIG_MTD_SCx200_DOCFLASH)+= scx2 - obj-$(CONFIG_MTD_DBOX2) += dbox2-flash.o - obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o - obj-$(CONFIG_MTD_PCI) += pci.o -+obj-$(CONFIG_MTD_ADM5120) += adm5120-flash.o - obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o - obj-$(CONFIG_MTD_IMPA7) += impa7.o - obj-$(CONFIG_MTD_FORTUNET) += fortunet.o |