From: Stephen Warren Date: Mon, 11 Jun 2012 22:25:07 +0000 (-0600) Subject: ARM: dt: tegra: rename board files to match SoC X-Git-Tag: v3.6-rc1~134^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702b0e4f2f2782962aab7d9a0a40ad68770bb1f6;p=pandora-kernel.git ARM: dt: tegra: rename board files to match SoC Most ARM ${board}.dts files are already named ${soc}-${board}.dts. This change modifies the Tegra board files to be named the same way for consistency. Once a related change is made in U-Boot, this will cause both U-Boot and the kernel to use the same names for the .dts files and SoC identifiers, thus allowing U-Boot's recently added "soc" and "board" environment variables to be used to construct the name of Tegra .dtb files, and hence allow board-generic U-Boot bootcmd scripts to be written. Signed-off-by: Stephen Warren --- Reading git-diff-tree failed