]> 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)
committerWolfgang Denk <wd@denx.de>
Sat, 5 May 2007 19:35:59 +0000 (21:35 +0200)
commitac4cd59d59c9bf3f89cb7a344abf8184d678f562
tree8a41f2696b9550c5e0142a7919fbc768cd739484
parenta9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
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