]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
arm/tegra: rename board-dt.c to board-dt-tegra20.c
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Wed, 14 Dec 2011 15:03:18 +0000 (17:03 +0200)
committerOlof Johansson <olof@lixom.net>
Sun, 18 Dec 2011 04:15:16 +0000 (20:15 -0800)
Tegra20 based boards will be handled by the current board-dt.c file. Tegra30
based boards will be handled by a new board-dt-tegra30.c file. Hence rename
the existing board-dt.c to board-dt-tegra20.c to reflect its use.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Colin Cross <ccross@android.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/board-dt-tegra20.c [moved from arch/arm/mach-tegra/board-dt.c with 100% similarity]

index 2b1d49b93ef4a2900afbfe1b8f57994cf3562074..996828d68dc0fd3906e8ee829b5dde0e0d41a4b6 100644 (file)
@@ -57,10 +57,10 @@ config MACH_SEABOARD
         have large similarities with the seaboard design.
 
 config MACH_TEGRA_DT
-       bool "Generic Tegra board (FDT support)"
+       bool "Generic Tegra20 board (FDT support)"
        select USE_OF
        help
-         Support for generic nVidia Tegra boards using Flattened Device Tree
+         Support for generic NVIDIA Tegra20 boards using Flattened Device Tree
 
 config MACH_TRIMSLICE
        bool "TrimSlice board"
index 26ff456ca0dbb4847f5062ed08a77e57be4f7413..813af0db07c33ce85a67157e828910132f43d8c9 100644 (file)
@@ -28,7 +28,7 @@ obj-$(CONFIG_MACH_PAZ00)              += board-paz00-pinmux.o
 obj-$(CONFIG_MACH_SEABOARD)             += board-seaboard.o
 obj-$(CONFIG_MACH_SEABOARD)             += board-seaboard-pinmux.o
 
-obj-$(CONFIG_MACH_TEGRA_DT)             += board-dt.o
+obj-$(CONFIG_MACH_TEGRA_DT)             += board-dt-tegra20.o
 obj-$(CONFIG_MACH_TEGRA_DT)             += board-harmony-pinmux.o
 obj-$(CONFIG_MACH_TEGRA_DT)             += board-seaboard-pinmux.o
 obj-$(CONFIG_MACH_TEGRA_DT)             += board-paz00-pinmux.o