[U-Boot] [PATCH 1/6] microblaze: Correct build error in eth-uclass.c

Joe Hershberger joe.hershberger at gmail.com
Mon Feb 1 17:52:36 CET 2016


Hi Simon,

On Sat, Jan 30, 2016 at 4:45 PM, Simon Glass <sjg at chromium.org> wrote:
> This fixes the following error when building microblaze-generic:
>
> net/eth-uclass.c: In function 'eth_post_probe':
> net/eth-uclass.c:466:18: error: 'gd' undeclared (first use in this function)
>     ops->start += gd->reloc_off;
>
> Fixes: db9391e1 ("net: Move driver-model code into its own file")
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---

That didn't show up in my regression build test because microblaze was
already broken for me.

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list