summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra186/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-09-12 11:51:13 -0600
committerJoe Hershberger <joe.hershberger@ni.com>2016-11-07 11:28:16 -0600
commit2b950f3aea8a3a222de661e99b8a4a029dbb9cca (patch)
tree830d380654baaca4525835ff092d5c6d21e8a20d /arch/arm/mach-tegra/tegra186/Makefile
parent86919a23060ca0628242aa022a1268d26d29b4e1 (diff)
downloadu-boot-imx-2b950f3aea8a3a222de661e99b8a4a029dbb9cca.zip
u-boot-imx-2b950f3aea8a3a222de661e99b8a4a029dbb9cca.tar.gz
u-boot-imx-2b950f3aea8a3a222de661e99b8a4a029dbb9cca.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-tegra/tegra186/Makefile')
-rw-r--r--arch/arm/mach-tegra/tegra186/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra186/Makefile b/arch/arm/mach-tegra/tegra186/Makefile
index 7f46a05..56f3378 100644
--- a/arch/arm/mach-tegra/tegra186/Makefile
+++ b/arch/arm/mach-tegra/tegra186/Makefile
@@ -4,5 +4,6 @@
obj-y += ../board186.o
obj-y += cache.o
+obj-y += nvtboot_board.o
obj-y += nvtboot_ll.o
obj-y += nvtboot_mem.o