Re: [U-Boot] [PATCH v2 0/10] split tegra20 arm7 code into separate SPL

2012-06-05 Thread Allen Martin
On Tue, Jun 05, 2012 at 02:25:12PM -0700, Tom Warren wrote: > > > Did you use the -C option for format-patch? I'd expect a lot of these file > moves to show up as simple renames. > Yes, if you look inside "[PATCH v2 01/10] tegra20: rename tegra2 -> tegra20" for example, all the renames came out

Re: [U-Boot] [PATCH v2 0/10] split tegra20 arm7 code into separate SPL

2012-06-05 Thread Tom Warren
Allen, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Tuesday, June 05, 2012 2:20 PM > To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org > Cc: u-boot@lists.denx.de > Subject: [PATCH v2 0/10] split tegra20 arm7 code into separate SPL > > This patch ser

[U-Boot] [PATCH v2 0/10] split tegra20 arm7 code into separate SPL

2012-06-05 Thread Allen Martin
This patch series fixes a long standing problem with the tegra20 u-boot build. Tegra20 contains an ARM7TDMI boot processor and a Cortex A9 main processor. Prior to this patch series this was accomplished by #ifdefing out any armv7 code from the early boot sequence and creating a single binary tha