From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 09 Apr 2012 15:06:51 -0600 Subject: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location In-Reply-To: <1333408743-28720-7-git-send-email-sjg@chromium.org> References: <1333408743-28720-1-git-send-email-sjg@chromium.org> <1333408743-28720-7-git-send-email-sjg@chromium.org> Message-ID: <4F834F6B.2020207@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/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?