Re: [U-Boot] [PATCH v2] ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra

2015-04-19 Thread Simon Glass
On 12 April 2015 at 19:51, Masahiro Yamada wrote: > 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 arc

[U-Boot] [PATCH v2] ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra

2015-04-12 Thread Masahiro Yamada
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 boar