
On 04/09/2015 10:53 PM, 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.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com Cc: Stephen Warren swarren@nvidia.com Cc: Tom Warren twarren@nvidia.com Cc: Simon Glass sjg@chromium.org
arch/arm/mach-tegra/board.c already exists. So, I renamed board/nvidia/common/board.c to arch/arm/mach-tegra/board2.c, which I think, not a good idea.
Well, perhaps not optimal, but it isn't going to cause any kind of significant problem I think, and could easily be fixed up later. Perhaps merge the two files together if you want? I never understood the reasoning behind the split anyway.