aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-05-08 21:38:46 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-05-08 21:38:46 +0000
commit5c94b9df018abf1ddc9447d2c6c488cd432e0852 (patch)
tree55a65b96bcccc3414c7d9a984cef2d88cc6d4eef /target
parent7775f5339e56362bc3d74c89ee651b1ac30b0194 (diff)
downloadupstream-5c94b9df018abf1ddc9447d2c6c488cd432e0852.tar.gz
upstream-5c94b9df018abf1ddc9447d2c6c488cd432e0852.tar.bz2
upstream-5c94b9df018abf1ddc9447d2c6c488cd432e0852.zip
ar71xx: remove superfluous fifo_cfg overrides
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26859 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c
index 1cfcec38e6..ceef646a47 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c
@@ -250,9 +250,6 @@ static void __init ubnt_m_setup(void)
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;
ar71xx_eth0_data.speed = SPEED_100;
ar71xx_eth0_data.duplex = DUPLEX_FULL;
- ar71xx_eth0_data.fifo_cfg1 = 0x0010ffff;
- ar71xx_eth0_data.fifo_cfg2 = 0x015500aa;
- ar71xx_eth0_data.fifo_cfg3 = 0x01f00140;
ar71xx_add_device_eth(0);
@@ -287,9 +284,6 @@ static void __init ubnt_nano_m_setup(void)
ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
ar71xx_eth1_data.speed = SPEED_1000;
ar71xx_eth1_data.duplex = DUPLEX_FULL;
- ar71xx_eth1_data.fifo_cfg1 = 0x0010ffff;
- ar71xx_eth1_data.fifo_cfg2 = 0x015500aa;
- ar71xx_eth1_data.fifo_cfg3 = 0x01f00140;
ar71xx_add_device_eth(1);
}