From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 10 Apr 2015 09:48:31 -0600 Subject: [U-Boot] [RFC PATCH] ARM: tegra: move NVIVIA common files to arch/arm/mach-tegra In-Reply-To: <1428641627-6014-1-git-send-email-yamada.masahiro@socionext.com> References: <1428641627-6014-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <5527F0CF.5040204@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Stephen Warren > Cc: Tom Warren > Cc: Simon Glass > --- > > 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.