diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-07-15 20:52:52 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-07-16 18:15:47 +0200 |
commit | eb2cabd7cfa25c0ec4a099bf632ad9bae3be79f1 (patch) | |
tree | b0710d1955f4d12a7c2b67c8ff4bd8f4b565c799 /arch/arm/boot/dts/Makefile | |
parent | ARM: tegra: fix DT node ordering in Tegra30 Cardhu (diff) | |
download | linux-eb2cabd7cfa25c0ec4a099bf632ad9bae3be79f1.tar.xz linux-eb2cabd7cfa25c0ec4a099bf632ad9bae3be79f1.zip |
ARM: tegra: remove tegra114-pluto.dts
Early upstream work on Tegra114 was performed on the Pluto board.
However, it's not used any more, and the DT doesn't contain anything
beyond a serial port, so the file isn't useful either. Remove it.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 641b3c9a7028..de39162a7c0f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -224,8 +224,7 @@ dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \ tegra30-beaver.dtb \ tegra30-cardhu-a02.dtb \ tegra30-cardhu-a04.dtb \ - tegra114-dalmore.dtb \ - tegra114-pluto.dtb + tegra114-dalmore.dtb dtb-$(CONFIG_ARCH_VERSATILE) += versatile-ab.dtb \ versatile-pb.dtb dtb-$(CONFIG_ARCH_U300) += ste-u300.dtb |