commit | fdb32696b18047abcca710b2a86f40ef0d186be9 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Sep 12 11:51:13 2016 -0600 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Nov 07 11:28:16 2016 -0600 |
tree | 830d380654baaca4525835ff092d5c6d21e8a20d | |
parent | 9a40c7953b24d40353bb1993f768135884adfd1d [diff] |
ARM: tegra: configure Ethernet address on Tegra186 On Tegra186, the bootloader which runs before U-Boot passes the Ethernet MAC address to U-Boot using device tree. Extract this value and write it to the environment, so that the Ethernet uclass picks it up and uses it for the built-in Ethernet device. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>