diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-22 14:46:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-22 14:46:58 +0000 |
commit | 60d4e6e747891687cf68e1b82c910dbbc7819425 (patch) | |
tree | c527d6e4e37ca4366e0eecf6d7fa25a76bef442b /target/linux/atheros/patches-2.6.28/110-spiflash.patch | |
parent | bbd36da80647446d252a64fd6c708a8cec953193 (diff) | |
download | upstream-60d4e6e747891687cf68e1b82c910dbbc7819425.tar.gz upstream-60d4e6e747891687cf68e1b82c910dbbc7819425.tar.bz2 upstream-60d4e6e747891687cf68e1b82c910dbbc7819425.zip |
atheros: clean up the 2.6.28 port in preparation for pushing it upstream
SVN-Revision: 14967
Diffstat (limited to 'target/linux/atheros/patches-2.6.28/110-spiflash.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.28/110-spiflash.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/atheros/patches-2.6.28/110-spiflash.patch b/target/linux/atheros/patches-2.6.28/110-spiflash.patch deleted file mode 100644 index 4b9b9d6891..0000000000 --- a/target/linux/atheros/patches-2.6.28/110-spiflash.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/drivers/mtd/devices/Kconfig -+++ b/drivers/mtd/devices/Kconfig -@@ -104,6 +104,10 @@ config M25PXX_USE_FAST_READ - help - This option enables FAST_READ access supported by ST M25Pxx. - -+config MTD_SPIFLASH -+ tristate "Atheros AR2315/6/7 SPI Flash support" -+ depends on ATHEROS_AR5315 -+ - config MTD_SLRAM - tristate "Uncached system RAM" - help ---- a/drivers/mtd/devices/Makefile -+++ b/drivers/mtd/devices/Makefile -@@ -16,3 +16,4 @@ obj-$(CONFIG_MTD_LART) += lart.o - obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o - obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o - obj-$(CONFIG_MTD_M25P80) += m25p80.o -+obj-$(CONFIG_MTD_SPIFLASH) += spiflash.o |