aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile.boot
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-10-25 02:01:28 +0000
committerOlof Johansson <olof@lixom.net>2011-12-07 20:47:49 -0800
commita7db2c15938668999d4ceb1caec3723d88e38c80 (patch)
tree1b049b6eb5361b5037bb03ab4b8e7a4ef6e4040f /arch/arm/mach-tegra/Makefile.boot
parent64f88ec3957b8e448e377231d177260ebfda71a2 (diff)
arm/tegra: Add device-tree support for TrimSlice board
* Add device-tree file for TrimSlice * Add that to the list of .dts files to build * Update board-dt.c to recognize TrimSlice board name v2: Makefile: Add board-trimslice-pinmux.c to obj-$(CONFIG_MACH_TEGRA_DT). v3: Makefile: Use brackets not braces around var names Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile.boot')
-rw-r--r--arch/arm/mach-tegra/Makefile.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile.boot b/arch/arm/mach-tegra/Makefile.boot
index bd12c9fb81e8..9f177a466b83 100644
--- a/arch/arm/mach-tegra/Makefile.boot
+++ b/arch/arm/mach-tegra/Makefile.boot
@@ -4,4 +4,5 @@ initrd_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00800000
dtb-$(CONFIG_MACH_HARMONY) += tegra-harmony.dtb
dtb-$(CONFIG_MACH_SEABOARD) += tegra-seaboard.dtb
+dtb-$(CONFIG_MACH_TRIMSLICE) += tegra-trimslice.dtb
dtb-$(CONFIG_MACH_VENTANA) += tegra-ventana.dtb