|
@@ -200,7 +200,7 @@ static int __init mv643xx_eth_add_pds(void)
|
|
|
int ret;
|
|
|
|
|
|
get_mac(mac);
|
|
|
- eth_mac_add(eth1_mac_addr, mac, 0);
|
|
|
+ eth_mac_add(eth0_mac_addr, mac, 0);
|
|
|
eth_mac_add(eth1_mac_addr, mac, 1);
|
|
|
eth_mac_add(eth2_mac_addr, mac, 2);
|
|
|
ret = platform_add_devices(mv643xx_eth_pd_devs,
|