aboutsummaryrefslogtreecommitdiffstats
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
committerStephen Warren <swarren@nvidia.com>2012-06-20 12:37:40 -0600
commit9132b0ed57320996b16eafbf651a04e02ad29092 (patch)
treeb9a245f56b78d83de9dfeb1b53a0ef4aec6be971 /arch/arm/mach-tegra/Makefile.boot
parentARM: dt: tegra: rename board files to match SoC (diff)
downloadlinux-dev-9132b0ed57320996b16eafbf651a04e02ad29092.tar.xz
linux-dev-9132b0ed57320996b16eafbf651a04e02ad29092.zip
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>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile.boot')
-rw-r--r--arch/arm/mach-tegra/Makefile.boot10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/Makefile.boot b/arch/arm/mach-tegra/Makefile.boot
index 8040345bd971..a369f96bd05e 100644
--- a/arch/arm/mach-tegra/Makefile.boot
+++ b/arch/arm/mach-tegra/Makefile.boot
@@ -2,9 +2,9 @@ zreladdr-$(CONFIG_ARCH_TEGRA_2x_SOC) += 0x00008000
params_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00000100
initrd_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00800000
-dtb-$(CONFIG_MACH_HARMONY) += tegra20-harmony.dtb
-dtb-$(CONFIG_MACH_PAZ00) += tegra20-paz00.dtb
-dtb-$(CONFIG_MACH_SEABOARD) += tegra20-seaboard.dtb
-dtb-$(CONFIG_MACH_TRIMSLICE) += tegra20-trimslice.dtb
-dtb-$(CONFIG_MACH_VENTANA) += tegra20-ventana.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-harmony.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-paz00.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-seaboard.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-trimslice.dtb
+dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-ventana.dtb
dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30-cardhu.dtb