From: Stephen Warren Date: Mon, 21 May 2012 21:07:19 +0000 (-0600) Subject: ARM: tegra: remove CONFIG_MACH_TEGRA_DT X-Git-Tag: v3.6-rc1~138^2~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c95b7e06f63b264500fbcd5b4718c1a7258aa76;p=pandora-kernel.git ARM: tegra: remove CONFIG_MACH_TEGRA_DT * Make ARCH_TEGRA select USE_OF; DT is the way forward. * Build board-dt-tegra*.c when the relevant Tegra SoC support is enabled, rather than requiring a specific config option for this. * The board-specific config options already build board-*-pinmux.o, and when booting from device tree these files are no longer needed, so we can remove some Makefile commands related to those files. Signed-off-by: Stephen Warren --- Reading git-diff-tree failed