commit | 0619a574aa91f5659812600185eca53ea2f28efa | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Sat May 05 08:12:30 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat May 05 21:35:59 2007 +0200 |
tree | 8a41f2696b9550c5e0142a7919fbc768cd739484 | |
parent | e97c0b40d08bfaab6d7b3a41e03ce59e795ba5b9 [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>