summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-03-07 22:14:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-09 20:09:23 +0100
commit31865e8a7f2e678cb206ab318b96175d0ae37ab1 (patch)
tree8daade6bff34ac43332f1d69ada3330c33c5c053 /include
parentd34aca4c09615870b694820dc21049bd1e77030e (diff)
downloadbarebox-31865e8a7f2e678cb206ab318b96175d0ae37ab1.tar.gz
barebox-31865e8a7f2e678cb206ab318b96175d0ae37ab1.tar.xz
net: fec: drop sevenwire support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/fec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fec.h b/include/fec.h
index 94cb6edd19..80904dce41 100644
--- a/include/fec.h
+++ b/include/fec.h
@@ -27,7 +27,6 @@
* Supported phy types on this platform
*/
typedef enum {
- SEVENWIRE,
MII10,
MII100,
RMII,