diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-26 12:59:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-26 12:59:56 +0000 |
commit | b010d0fb58361dfe7a7d93c4ac5d721009d02b84 (patch) | |
tree | aaddcf41f7a3a2fe094f12f144c54bd69dfa574e /target/linux/rdc/patches-2.6.32/008-r8610_flash_map.patch | |
parent | 7b63aaaeeded77308a032cb2a3dbeeab774f2bd4 (diff) | |
download | master-187ad058-b010d0fb58361dfe7a7d93c4ac5d721009d02b84.tar.gz master-187ad058-b010d0fb58361dfe7a7d93c4ac5d721009d02b84.tar.bz2 master-187ad058-b010d0fb58361dfe7a7d93c4ac5d721009d02b84.zip |
[rdc] remove now useless patches, thanks rtz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20446 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.32/008-r8610_flash_map.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.32/008-r8610_flash_map.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/rdc/patches-2.6.32/008-r8610_flash_map.patch b/target/linux/rdc/patches-2.6.32/008-r8610_flash_map.patch deleted file mode 100644 index 0f06beb090..0000000000 --- a/target/linux/rdc/patches-2.6.32/008-r8610_flash_map.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/drivers/mtd/maps/Kconfig -+++ b/drivers/mtd/maps/Kconfig -@@ -158,6 +158,12 @@ config MTD_RDC3210_BUSWIDTH - Number of bytes addressed on the RDC-3210 flash device before - addressing the same chip again - -+config MTD_R8610 -+ tristate "CFI flash device mapped on R8610" -+ depends on X86 && MTD_CFI && MTD_PARTITIONS -+ help -+ Flash support for the RDC R8610 evaluation board. -+ - config MTD_SC520CDP - tristate "CFI Flash device mapped on AMD SC520 CDP" - depends on X86 && MTD_CFI && MTD_CONCAT ---- a/drivers/mtd/maps/Makefile -+++ b/drivers/mtd/maps/Makefile -@@ -27,6 +27,7 @@ obj-$(CONFIG_MTD_PHYSMAP_OF) += physmap_ - obj-$(CONFIG_MTD_PMC_MSP_EVM) += pmcmsp-flash.o - obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o - obj-$(CONFIG_MTD_RDC3210) += rdc3210.o -+obj-$(CONFIG_MTD_R8610) += r8610.o - obj-$(CONFIG_MTD_RPXLITE) += rpxlite.o - obj-$(CONFIG_MTD_TQM8XXL) += tqm8xxl.o - obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o |