diff options
author | Tom Rini <trini@konsulko.com> | 2016-07-21 18:54:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-21 18:54:58 -0400 |
commit | 9f84da8de1873593d9b708aa4a8a24f46e67c744 (patch) | |
tree | b1c27779a2aa36c02dc2ae507fcd3e9354658fb1 /arch/arm/mach-tegra/tegra186/Makefile | |
parent | 95d52733036af7438a5285d729d53844ec48c63e (diff) | |
parent | 2a5f7f20747637cd1f94d4accfd7caa99a7c6035 (diff) | |
download | u-boot-imx-9f84da8de1873593d9b708aa4a8a24f46e67c744.zip u-boot-imx-9f84da8de1873593d9b708aa4a8a24f46e67c744.tar.gz u-boot-imx-9f84da8de1873593d9b708aa4a8a24f46e67c744.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'arch/arm/mach-tegra/tegra186/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/tegra186/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/tegra186/Makefile b/arch/arm/mach-tegra/tegra186/Makefile index ce4610d..033d600 100644 --- a/arch/arm/mach-tegra/tegra186/Makefile +++ b/arch/arm/mach-tegra/tegra186/Makefile @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0 -obj-y += ../arm64-mmu.o obj-y += ../board186.o -obj-y += ../lowlevel_init.o -obj-$(CONFIG_DISPLAY_CPUINFO) += ../sys_info.o +obj-y += nvtboot_ll.o +obj-y += nvtboot_mem.o |