From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 11 Dec 2012 17:36:34 -0700 Subject: [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files In-Reply-To: <1355268858-7868-2-git-send-email-twarren@nvidia.com> References: <1355268858-7868-1-git-send-email-twarren@nvidia.com> <1355268858-7868-2-git-send-email-twarren@nvidia.com> Message-ID: <50C7D192.3090408@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 12/11/2012 04:34 PM, Tom Warren wrote: > Common Tegra files are in arch-tegra, shared between T20 and T30. > Tegra30-specific headers are in arch-tegra30. Note that some of > these will be filled in as more T30 support is added (drivers, > WB/LP0 support, etc.). A couple of Tegra20 files were changed > to support common headers in arch-tegra, also. > diff --git a/arch/arm/include/asm/arch-tegra/tegra.h b/arch/arm/include/asm/arch-tegra/tegra.h > + TEGRA_SOC2_SLOW, /* T2x needs to run at slow clock initially */ I don't think that's used anywhere; drop it? > - TEGRA_SOC_COUNT, > + TEGRA_SOC_CNT, A little arbitrary, but whatever. Aside from that, this patch, Reviewed-by: Stephen Warren