diff options
| author | Masahiro Yamada <[email protected]> | 2015-04-13 10:51:14 +0900 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2015-05-13 09:46:19 -0700 |
| commit | 237c36379c76f7f6647bb11c03aa9c5cb9a4972f (patch) | |
| tree | 590b1c5f31eb02c1c0d2d3256c682c4695d4c26b /board/avionic-design | |
| parent | 21f0fd245e311fdb0d8a79747437595d9fab1536 (diff) | |
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 <[email protected]>
Acked-by: Marcel Ziswiler <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'board/avionic-design')
| -rw-r--r-- | board/avionic-design/medcom-wide/Makefile | 2 | ||||
| -rw-r--r-- | board/avionic-design/plutux/Makefile | 2 | ||||
| -rw-r--r-- | board/avionic-design/tec-ng/Makefile | 2 | ||||
| -rw-r--r-- | board/avionic-design/tec/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/board/avionic-design/medcom-wide/Makefile b/board/avionic-design/medcom-wide/Makefile index bcf7ccfe2ac..1351d1fcfc2 100644 --- a/board/avionic-design/medcom-wide/Makefile +++ b/board/avionic-design/medcom-wide/Makefile @@ -8,5 +8,3 @@ # obj-y := ../common/tamonten.o - -include $(srctree)/board/nvidia/common/common.mk diff --git a/board/avionic-design/plutux/Makefile b/board/avionic-design/plutux/Makefile index bcf7ccfe2ac..1351d1fcfc2 100644 --- a/board/avionic-design/plutux/Makefile +++ b/board/avionic-design/plutux/Makefile @@ -8,5 +8,3 @@ # obj-y := ../common/tamonten.o - -include $(srctree)/board/nvidia/common/common.mk diff --git a/board/avionic-design/tec-ng/Makefile b/board/avionic-design/tec-ng/Makefile index a556b92e8ed..8ec9b88130f 100644 --- a/board/avionic-design/tec-ng/Makefile +++ b/board/avionic-design/tec-ng/Makefile @@ -6,5 +6,3 @@ # obj-y := ../common/tamonten-ng.o - -include $(srctree)/board/nvidia/common/common.mk diff --git a/board/avionic-design/tec/Makefile b/board/avionic-design/tec/Makefile index bcf7ccfe2ac..1351d1fcfc2 100644 --- a/board/avionic-design/tec/Makefile +++ b/board/avionic-design/tec/Makefile @@ -8,5 +8,3 @@ # obj-y := ../common/tamonten.o - -include $(srctree)/board/nvidia/common/common.mk |
