commit | 61f4f912acbe60776c5e00df1ec94094ce672957 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Feb 13 10:41:42 2007 -0600 |
committer | Kim Phillips <kim.phillips@freescale.com> | Fri Mar 02 11:05:54 2007 -0600 |
tree | ad038d144d14f31b62ca359340185cb0cd05c463 | |
parent | 22d71a71f57fd5d38b27ac3848e50d790360a598 [diff] |
mpc83xx: 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, this patch updates ftp_cpu_setup() to write the MAC address to mac-address if it exists. This function already updates local-mac-address. Signed-off-by: Timur Tabi <timur@freescale.com>