Hi Prafulla, Prafulla Wadaskar wrote: > if link up detection code is disabled through config option, it gives build > warning. > This patch fixes the same > > Signed-off-by: Prafulla Wadaskar <prafu...@marvell.com> > --- > Changelog: > v2: unwanted commit in v1 patch removed > > drivers/net/kirkwood_egiga.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/kirkwood_egiga.c b/drivers/net/kirkwood_egiga.c > index 479035d..07a86cd 100644 > --- a/drivers/net/kirkwood_egiga.c > +++ b/drivers/net/kirkwood_egiga.c > @@ -400,8 +400,10 @@ static int kwgbe_init(struct eth_device *dev) > { > struct kwgbe_device *dkwgbe = to_dkwgbe(dev); > struct kwgbe_registers *regs = dkwgbe->regs; > +#if (defined (CONFIG_MII) || defined (CONFIG_CMD_MII)) \ > + && defined (CONFIG_SYS_FAULT_ECHO_LINK_DOWN) > int i; > - > +#endif > /* setup RX rings */ > kwgbe_init_rx_desc_ring(dkwgbe); > > Applied to net repo.
thanks, Ben _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot