
On Fri, Jun 22, 2012 at 11:15:55AM -0700, Stephen Warren wrote:
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 amartin@nvidia.com
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 swarren@wwwdotorg.org
I think Simon had the same feedback in a earlier version. My response was that pulling out the tegra20/tegra30 commonalities will require much more refactoring and is better left to a separate patch series.
-Allen