
9 Apr
2012
9 Apr
'12
11:55 p.m.
On 04/09/2012 03:24 PM, Simon Glass wrote:
Hi Stephen,
On Mon, Apr 9, 2012 at 2:06 PM, Stephen Warren swarren@wwwdotorg.org 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 <asm/io.h> #include <asm/arch/tegra2.h> +#include <asm/arch/ap20.h>
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.