It would appear that the offending lines are here:
static struct mv643xx_eth_platform_data openrd_client_ge00_data = {
.phy_addr = MV643XX_ETH_PHY_ADDR(8),
};
static struct mv643xx_eth_platform_data openrd_client_ge01_data = {
.phy_addr = MV643XX_ETH_PHY_ADDR(24),
};
Thanks a bunch! Exactly what i needed :-)
Cheers,
WK