From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 22 Jun 2012 12:15:55 -0600 Subject: [U-Boot] [PATCH v4 02/13] tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common In-Reply-To: <1340323247-15512-3-git-send-email-amartin@nvidia.com> References: <1340323247-15512-1-git-send-email-amartin@nvidia.com> <1340323247-15512-3-git-send-email-amartin@nvidia.com> Message-ID: <4FE4B65B.3050702@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 06/21/2012 06:00 PM, Allen Martin wrote: > In preparation for splitting out the armv4t code from tegra20, move > the tegra20 SoC code to arch/arm/cpu/tegra20-common. This code will > be compiled armv4t for the arm7tdmi and armv7 for the cortex A9. > > Signed-off-by: Allen Martin The only thing I wonder here is whether tegra20-common or tegra-common is a better location, given that we'll eventually add Tegra30 support, and some of the code might be shared. Still, we can address that issue when we add Tegra30 support I think, so. Acked-by: Stephen Warren