]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
5xxx: write MAC address to mac-address and local-mac-address
authorTimur Tabi <timur@freescale.com>
Sat, 5 May 2007 06:12:30 +0000 (08:12 +0200)
committerStefan Roese <sr@denx.de>
Sat, 5 May 2007 06:12:30 +0000 (08:12 +0200)
commit2f550ab976405300f5b07bf2890800840d0aa05f
treeaf8603c78b751f8daedbd5ea4ce0d5c7b45e5bfc
parent864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
5xxx: 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>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
cpu/mpc5xxx/cpu.c