Re: [U-Boot] [PATCH v5 1/3] arm: spl: Fix SPL booting for OMAP3

2013-07-04 Thread Albert ARIBAUD
Hi Tom, On Wed, 3 Jul 2013 15:47:27 -0400, Tom Rini wrote: > On Thu, Jun 27, 2013 at 10:27:26AM +0200, Albert ARIBAUD wrote: > > Hi Stefan, > > > > On Tue, 25 Jun 2013 09:14:12 +0200, Stefan Roese wrote: > > > > > Fix a problem with a re-assignment of r8 in the SPL version. > > > > > > This

Re: [U-Boot] [PATCH v5 1/3] arm: spl: Fix SPL booting for OMAP3

2013-07-03 Thread Tom Rini
On Thu, Jun 27, 2013 at 10:27:26AM +0200, Albert ARIBAUD wrote: > Hi Stefan, > > On Tue, 25 Jun 2013 09:14:12 +0200, Stefan Roese wrote: > > > Fix a problem with a re-assignment of r8 in the SPL version. > > > > This patch now moves the call to s_init() to a later stage, right before > > callin

Re: [U-Boot] [PATCH v5 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-27 Thread Albert ARIBAUD
Hi Stefan, On Tue, 25 Jun 2013 09:14:12 +0200, Stefan Roese wrote: > Fix a problem with a re-assignment of r8 in the SPL version. > > This patch now moves the call to s_init() to a later stage, right before > calling board_init_f(). And makes sure that r8 is correctly initialized > before s_ini

[U-Boot] [PATCH v5 1/3] arm: spl: Fix SPL booting for OMAP3

2013-06-25 Thread Stefan Roese
Fix a problem with a re-assignment of r8 in the SPL version. This patch now moves the call to s_init() to a later stage, right before calling board_init_f(). And makes sure that r8 is correctly initialized before s_init() is called. r8 now is only written in crt0.S. This error was detected on the