]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: remove board (but not DT) support for TrimSlice
authorStephen Warren <swarren@nvidia.com>
Fri, 3 Aug 2012 20:55:36 +0000 (14:55 -0600)
committerStephen Warren <swarren@nvidia.com>
Wed, 8 Aug 2012 22:49:03 +0000 (16:49 -0600)
commit56e116c4cd9e20ffd4a0fe31c6166209af7b48b7
treec8c0b82fb86e53fd4a5c88809d913057d03b5d58
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
ARM: tegra: remove board (but not DT) support for TrimSlice

TrimSlice can be booted using device tree with equal functionality as
when booted using a board file. Remove the board file since it's no
longer needed.

One special-case is still left in board-dt-tegra20.c, since the Tegra
PCIe driver doesn't support device tree yet. This logic is now enabled
by CONFIG_TEGRA_PCI rather than via CONFIG_MACH_TRIMSLICE. The extra
cases where it's enabled (.configs which did not enable TrimSlice
support) shouldn't impact much since the amount of code is tiny.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/board-dt-tegra20.c
arch/arm/mach-tegra/board-trimslice-pinmux.c [deleted file]
arch/arm/mach-tegra/board-trimslice.c [deleted file]
arch/arm/mach-tegra/board-trimslice.h [deleted file]