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 @@ void __weak board_init_f(ulong dummy)
>         /* Clear the BSS. */
>         memset(__bss_start, 0, __bss_end - __bss_start);
>
> -       /* Set global data pointer. */
> -       gd = &gdata;
> -
>         board_init_r(NULL, 0);
>  }
>

Agree with Simon's comment

otherwise

Acked-by: Tim Harvey <thar...@gateworks.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to