Re: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-09 Thread Stephen Warren
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

Re: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-09 Thread Simon Glass
Hi Tom, On Mon, Apr 9, 2012 at 2:50 PM, Tom Warren wrote: > Simon/Stephen, > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Monday, April 09, 2012 2:24 PM >> To: Stephen Warren >> Cc: U-Boot Mailing List; Tom Warren >> Subject: Re

Re: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-09 Thread Tom Warren
Simon/Stephen, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Monday, April 09, 2012 2:24 PM > To: Stephen Warren > Cc: U-Boot Mailing List; Tom Warren > Subject: Re: [PATCH v3 06/23] tegra: Move ap20.h header into arch location > >

Re: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-09 Thread Simon Glass
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/a

Re: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-09 Thread Stephen Warren
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, wh

Re: [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-09 Thread Stephen Warren
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. > > Signed-off-by: Simon Glass > diff --git a/arch/arm/cpu/armv7/tegra2/board.c > b/arch/arm/cpu/armv7/tegra2/board.c > +#include That seems unrelate

[U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location

2012-04-02 Thread Simon Glass
We want to include this from board code, so move the header into an easily-accessible location. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/tegra2/ap20.c |2 +- arch/arm/cpu/armv7/tegra2/board.c |4 ++-- .../tegra2 => include/asm/arch-tegra2}/ap2