Re: [U-Boot] [RFC 05/10] ARM: SPL: do not set gd again

2014-06-03 Thread Tim Harvey
On Sat, May 31, 2014 at 1:32 PM, Jeroen Hofstee jer...@myspectrum.nl wrote: --- arch/arm/lib/spl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/lib/spl.c b/arch/arm/lib/spl.c index dfcc596..75ab546 100644 --- a/arch/arm/lib/spl.c +++ b/arch/arm/lib/spl.c @@ -28,9 +28,6

Re: [U-Boot] [RFC 05/10] ARM: SPL: do not set gd again

2014-06-02 Thread Simon Glass
On 31 May 2014 14:32, Jeroen Hofstee jer...@myspectrum.nl wrote: --- arch/arm/lib/spl.c | 3 --- 1 file changed, 3 deletions(-) Needs commit message/signoff, but this seems to be throughout the series. Apart from that: Acked-by: Simon Gass s...@chromium.org diff --git

[U-Boot] [RFC 05/10] ARM: SPL: do not set gd again

2014-05-31 Thread Jeroen Hofstee
--- arch/arm/lib/spl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/lib/spl.c b/arch/arm/lib/spl.c index dfcc596..75ab546 100644 --- a/arch/arm/lib/spl.c +++ b/arch/arm/lib/spl.c @@ -28,9 +28,6 @@ void __weak board_init_f(ulong dummy) /* Clear the BSS. */