From e3ddb93897e66e3a24eecb30888f95022cf32bcf Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 29 Jun 2011 08:57:34 +0000 Subject: ar71xx: remove 2.6.38 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27312 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.38/200-rb4xx_nand_driver.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/ar71xx/patches-2.6.38/200-rb4xx_nand_driver.patch (limited to 'target/linux/ar71xx/patches-2.6.38/200-rb4xx_nand_driver.patch') diff --git a/target/linux/ar71xx/patches-2.6.38/200-rb4xx_nand_driver.patch b/target/linux/ar71xx/patches-2.6.38/200-rb4xx_nand_driver.patch deleted file mode 100644 index 8c15ebfbcc..0000000000 --- a/target/linux/ar71xx/patches-2.6.38/200-rb4xx_nand_driver.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/mtd/nand/Kconfig -+++ b/drivers/mtd/nand/Kconfig -@@ -533,4 +533,8 @@ config MTD_NAND_FSMC - Enables support for NAND Flash chips on the ST Microelectronics - Flexible Static Memory Controller (FSMC) - -+config MTD_NAND_RB4XX -+ tristate "NAND flash driver for RouterBoard 4xx series" -+ depends on MTD_NAND && AR71XX_MACH_RB4XX -+ - endif # MTD_NAND ---- a/drivers/mtd/nand/Makefile -+++ b/drivers/mtd/nand/Makefile -@@ -33,6 +33,7 @@ obj-$(CONFIG_MTD_NAND_CM_X270) += cmx27 - obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx_nand.o - obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o - obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o -+obj-$(CONFIG_MTD_NAND_RB4XX) += rb4xx_nand.o - obj-$(CONFIG_MTD_ALAUDA) += alauda.o - obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o - obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o -- cgit v1.2.3 '/> upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-c1.c
blob: 425be301e093621ae0fdcea05fc28ea7a7b3ee1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133