commit | 2f550ab976405300f5b07bf2890800840d0aa05f | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Sat May 05 08:12:30 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Sat May 05 08:12:30 2007 +0200 |
tree | af8603c78b751f8daedbd5ea4ce0d5c7b45e5bfc | |
parent | 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9 [diff] |
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>