From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 6 Feb 2016 14:03:10 +0100 Subject: [U-Boot] [PATCH 1/6] microblaze: Correct build error in eth-uclass.c In-Reply-To: <1454193919-27264-1-git-send-email-sjg@chromium.org> References: <1454193919-27264-1-git-send-email-sjg@chromium.org> Message-ID: <20160206140310.439abeff@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Sat, 30 Jan 2016 15:45:14 -0700 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 > --- > > net/eth-uclass.c | 2 ++ > 1 file changed, 2 insertions(+) Applied to u-boot-staging, thanks! -- Anatolij