]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: write MAC address to mac-address and local-mac-address
authorTimur Tabi <timur@freescale.com>
Mon, 12 Feb 2007 19:34:55 +0000 (13:34 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 24 Apr 2007 00:58:28 +0000 (19:58 -0500)
commit85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
tree4a3d6e7daf0e603ead0d4fc5dcab4347c596087b
parent03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
85xx: write MAC address to mac-address and local-mac-address

Some device trees have a mac-address property, some have local-mac-address,
and some have both.  To support all of these device trees, ftp_cpu_setup()
should write the MAC address to mac-address and local-mac-address, if they
exist.

Signed-off-by: Timur Tabi <timur@freescale.com>
cpu/mpc85xx/cpu.c