[AVR32] Remove mii_phy_addr and eth_addr from eth_platform_data
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 4 Dec 2006 13:08:39 +0000 (14:08 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 8 Dec 2006 12:06:19 +0000 (13:06 +0100)
commitc164b90135d05ac52f70e6652910a4f585f7b999
treeea1dc910c9ff5c68b0fd22e112eaeead5f483cf0
parenta6f92f3dc8e53185bae50d44b5042b9cddf7f475
[AVR32] Remove mii_phy_addr and eth_addr from eth_platform_data

The macb driver will probe for the PHY chip and read the mac address
from the MACB registers, so we don't need them in eth_platform_data
anymore.

Since u-boot doesn't currently initialize the MACB registers with the
mac addresses, the tag parsing code is kept but instead of sticking
the information into eth_platform_data, it uses it to initialize
the MACB registers (in case the boot loader didn't do it.) This code
should be unnecessary at some point in the future.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/boards/atstk1000/atstk1002.c
include/asm-avr32/arch-at32ap/board.h