From: Stephen Warren Date: Fri, 3 Aug 2012 20:55:36 +0000 (-0600) Subject: ARM: tegra: remove board (but not DT) support for TrimSlice X-Git-Tag: omap-cleanup-local-headers-for-v3.7~33^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6a9194f158482347c430c04ac9ea64644dda67;p=pandora-kernel.git 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 --- Reading git-diff-tree failed