From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 09 Apr 2012 15:55:45 -0600 Subject: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location In-Reply-To: References: <1333408743-28720-1-git-send-email-sjg@chromium.org> <1333408743-28720-7-git-send-email-sjg@chromium.org> <4F834F6B.2020207@wwwdotorg.org> Message-ID: <4F835AE1.4060607@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/2012 03:24 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Apr 9, 2012 at 2:06 PM, Stephen Warren wrote: >> On 04/02/2012 05:18 PM, Simon Glass wrote: >>> We want to include this from board code, so move the header into >>> an easily-accessible location. >> >>> diff --git a/arch/arm/cpu/armv7/tegra2/ap20.c b/arch/arm/cpu/armv7/tegra2/ap20.c >> >>> -#include "ap20.h" >>> #include >>> #include >>> +#include >> >> BTW, why do we have separate tegra2.h and ap20.h? > > I'm not sure - was ap20 the old name? Tom do you know? For now we use > ap20 as the interface to the AVP side, and where we start up the A9. AP20 and T20 are different SKUs of Tegra 2/Tegra20.