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
commit869f3cb718fcc565222116db84473c191c7f8a7b (patch)
treed63fa16f3e63ddf5e74ae0b05bcd9d7cb4b5da6c /target
parentbc121d5706ca745b516cf481e45644c14920c54e (diff)
downloadupstream-869f3cb718fcc565222116db84473c191c7f8a7b.tar.gz
upstream-869f3cb718fcc565222116db84473c191c7f8a7b.tar.bz2
upstream-869f3cb718fcc565222116db84473c191c7f8a7b.zip
ar71xx: remove superfluous fifo_cfg overrides
SVN-Revision: 26859
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);
}