From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 24 Sep 2012 12:04:18 -0600 Subject: [U-Boot] [PATCH 2/2] Tegra20: Move some include files to arch-tegra for sharing with Tegra30 In-Reply-To: <1348260147-18969-3-git-send-email-twarren@nvidia.com> References: <1348260147-18969-1-git-send-email-twarren@nvidia.com> <1348260147-18969-3-git-send-email-twarren@nvidia.com> Message-ID: <5060A0A2.2000300@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 09/21/2012 02:42 PM, Tom Warren wrote: > The move is pretty straight-forward. ap20.h and tegra20.h were renamed to ap.h and tegra.h. > Some files remain in arch-tegra20 but 'include' a file in 'arch-tegra' with #defines & structs > that will be common between T20 and T30 HW. HW-specific #defines, etc. stay in the 'arch-tegra20' > 'root' file. > diff --git a/arch/arm/include/asm/arch-tegra20/clock.h b/arch/arm/include/asm/arch-tegra20/clock.h I think this file ends up essentially empty apart from just: #include Should files simply be modified to include that instead; it looks like that file includes in order to pick up the differences between SoCs. Aside from that, or perhaps even if you argue against making that change, Acked-by: Stephen Warren