board_eth_init can be also called in cases where CMD_NET
is not enabled.

Signed-off-by: Michal Simek <michal.si...@xilinx.com>
---

 board/xilinx/zynq/board.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c
index 08932a2..27aeaa4 100644
--- a/board/xilinx/zynq/board.c
+++ b/board/xilinx/zynq/board.c
@@ -83,7 +83,6 @@ int board_late_init(void)
        return 0;
 }

-#ifdef CONFIG_CMD_NET
 int board_eth_init(bd_t *bis)
 {
        u32 ret = 0;
@@ -117,7 +116,6 @@ int board_eth_init(bd_t *bis)
 #endif
        return ret;
 }
-#endif

 #ifdef CONFIG_CMD_MMC
 int board_mmc_init(bd_t *bd)
--
1.8.2.3

Attachment: pgpNHlB7p2ZHx.pgp
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to