Re: [U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files

2012-12-12 Thread Tom Warren
Stephen, On Tue, Dec 11, 2012 at 5:40 PM, Stephen Warren wrote: > On 12/11/2012 04:34 PM, Tom Warren wrote: >> This provides SPL support for T30 boards - AVP early init, plus >> CPU (A9) init/jump to main U-Boot. >> >> Some changes were made to Tegra20 cpu.c to move common routines >> into tegra-

Re: [U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files

2012-12-12 Thread Simon Glass
On Tue, Dec 11, 2012 at 3:34 PM, Tom Warren wrote: > This provides SPL support for T30 boards - AVP early init, plus > CPU (A9) init/jump to main U-Boot. > > Some changes were made to Tegra20 cpu.c to move common routines > into tegra-common/cpu.c and reduce code duplication. > > Signed-off-by: To

Re: [U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files

2012-12-11 Thread Stephen Warren
On 12/11/2012 04:34 PM, Tom Warren wrote: > This provides SPL support for T30 boards - AVP early init, plus > CPU (A9) init/jump to main U-Boot. > > Some changes were made to Tegra20 cpu.c to move common routines > into tegra-common/cpu.c and reduce code duplication. > diff --git a/arch/arm/cpu/a