summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile.boot
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-21 14:44:26 -0600
committerSimone Willett <swillett@nvidia.com>2012-08-03 18:11:53 -0700
commitc8efa3093e01424063632253417a13eec462dc87 (patch)
treea9abb993c7ef3f50ab4926a0d426b44dda0d9aab /arch/arm/mach-tegra/Makefile.boot
parent1ef8cc928458d72cc312511def9165271f157dc9 (diff)
ARM: tegra: make .dts compilation depend on Tegra2 support
Update Makefile.boot to compile *.dts when the appropriate Tegra SoC support is enabled, rather than requiring Kconfig to list each board individually. Remove CONFIG_MACH_VENTANA now that it has no use. Signed-off-by: Stephen Warren <swarren@nvidia.com> (cherry picked from commit 9132b0ed57320996b16eafbf651a04e02ad29092) Conflicts: arch/arm/mach-tegra/Makefile.boot Change-Id: I730271346eff20005ad289dedc54c9c6681e0384 Reviewed-on: http://git-master/r/116607 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile.boot')
-rw-r--r--arch/arm/mach-tegra/Makefile.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/Makefile.boot b/arch/arm/mach-tegra/Makefile.boot
index 7eee71774a8a..6ca6212c711a 100644
--- a/arch/arm/mach-tegra/Makefile.boot
+++ b/arch/arm/mach-tegra/Makefile.boot
@@ -6,9 +6,9 @@ zreladdr-$(CONFIG_ARCH_TEGRA_3x_SOC) := 0x80008000
params_phys-$(CONFIG_ARCH_TEGRA_3x_SOC) := 0x80000100
initrd_phys-$(CONFIG_ARCH_TEGRA_3x_SOC) := 0x80800000
-dtb-$(CONFIG_MACH_HARMONY) += tegra20-harmony.dtb
-dtb-$(CONFIG_MACH_SEABOARD) += tegra20-seaboard.dtb
-dtb-$(CONFIG_MACH_VENTANA) += tegra20-ventana.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-harmony.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-seaboard.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-ventana.dtb
dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-whistler.dtb
dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30-cardhu.dtb
dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30-enterprise.dtb