diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2007-02-20 17:46:49 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-21 19:50:45 -0500 |
commit | 2e8e2d49b14cce7bae910d22d59d2f282761e0d3 (patch) | |
tree | a3cf600bfd474bb5333abdce47f41527d4df07e9 /arch/mips/momentum/ocelot_c | |
parent | 0970769aceb9bccf038f5dba72379f68431f94db (diff) |
[MIPS] Fix port 0 mac address for mips mv6434x platforms
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/momentum/ocelot_c')
-rw-r--r-- | arch/mips/momentum/ocelot_c/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_c/platform.c b/arch/mips/momentum/ocelot_c/platform.c index 8e381d447573..fac8b2499387 100644 --- a/arch/mips/momentum/ocelot_c/platform.c +++ b/arch/mips/momentum/ocelot_c/platform.c | |||
@@ -174,7 +174,7 @@ static int __init mv643xx_eth_add_pds(void) | |||
174 | int ret; | 174 | int ret; |
175 | 175 | ||
176 | get_mac(mac); | 176 | get_mac(mac); |
177 | eth_mac_add(eth1_mac_addr, mac, 0); | 177 | eth_mac_add(eth0_mac_addr, mac, 0); |
178 | eth_mac_add(eth1_mac_addr, mac, 1); | 178 | eth_mac_add(eth1_mac_addr, mac, 1); |
179 | ret = platform_add_devices(mv643xx_eth_pd_devs, | 179 | ret = platform_add_devices(mv643xx_eth_pd_devs, |
180 | ARRAY_SIZE(mv643xx_eth_pd_devs)); | 180 | ARRAY_SIZE(mv643xx_eth_pd_devs)); |