p1010rdb: Don't compile board_eth_init() for DM_ETH
[platform/kernel/u-boot.git] / board / freescale / p1010rdb / p1010rdb.c
index accf2f2..4c3a03e 100644 (file)
@@ -484,6 +484,7 @@ int checkboard(void)
        return 0;
 }
 
+#ifndef CONFIG_DM_ETH
 int board_eth_init(struct bd_info *bis)
 {
 #ifdef CONFIG_TSEC_ENET
@@ -524,6 +525,7 @@ int board_eth_init(struct bd_info *bis)
 
        return pci_eth_init(bis);
 }
+#endif
 
 #if defined(CONFIG_OF_BOARD_SETUP)
 void fdt_del_flexcan(void *blob)