From 237c36379c76f7f6647bb11c03aa9c5cb9a4972f Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 13 Apr 2015 10:51:14 +0900 Subject: ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra All the Tegra boards borrow the files from board/nvidia/common/ directory, i.e., board/nvidia/common/* are not vendor-common files, but SoC-common files. Move NVIDIA common files to arch/arm/mach-tegra/ to clean up Makefiles. As arch/arm/mach-tegra/board.c already exists, this commit renames board/nvidia/common/board.c to arch/arm/mach-tegra/board2.c, expecting they will be consolidated as a second step. Signed-off-by: Masahiro Yamada Acked-by: Marcel Ziswiler Cc: Stephen Warren Cc: Tom Warren Cc: Simon Glass Acked-by: Simon Glass Signed-off-by: Tom Warren --- board/toradex/colibri_t20/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/toradex/colibri_t20/Makefile') diff --git a/board/toradex/colibri_t20/Makefile b/board/toradex/colibri_t20/Makefile index 86f78d9..e5e71ac 100644 --- a/board/toradex/colibri_t20/Makefile +++ b/board/toradex/colibri_t20/Makefile @@ -4,6 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -include $(srctree)/board/nvidia/common/common.mk - obj-y += colibri_t20.o -- cgit v1.1