commit | 6655632ea15fb337628df5abdb06e0d6602d42a5 | [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 | fc9d85e856fb4d94b2e71761d514aa8e9f42f3e6 [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>