Re: [U-Boot] [PATCH v6 00/15] split tegra20 arm7 code into separate SPL

2012-07-03 Thread Thierry Reding
On Mon, Jul 02, 2012 at 10:51:58PM -0700, Allen Martin wrote: 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

Re: [U-Boot] [PATCH v6 00/15] split tegra20 arm7 code into separate SPL

2012-07-03 Thread Allen Martin
On Tue, Jul 03, 2012 at 06:55:48AM -0700, Thierry Reding wrote: ... Successfully booted to login prompt on TEC. Tested-by: Thierry Reding thierry.red...@avionic-design.de That's great news, it sounds like it was the USE_PRIVATE_LIBGCC problem. Thank you very much for finding that and

[U-Boot] [PATCH v6 00/15] split tegra20 arm7 code into separate SPL

2012-07-02 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