]> git.sur5r.net Git - u-boot/blobdiff - include/netdev.h
configs: Add DDR Kconfig support for Arria 10
[u-boot] / include / netdev.h
index 86d28ade14b6d5c14c9013428f923d2ce41629ad..79fcee56d417b660ba6875ff55b633ba671ff85c 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2008
  * Benjamin Warren, biggerbadderben@gmail.com
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -117,11 +116,7 @@ static inline int pci_eth_init(bd_t *bis)
        return num;
 }
 
-#ifdef CONFIG_DM_ETH
-struct mii_dev *fec_get_miibus(struct udevice *dev, int dev_id);
-#else
-struct mii_dev *fec_get_miibus(uint32_t base_addr, int dev_id);
-#endif
+struct mii_dev *fec_get_miibus(ulong base_addr, int dev_id);
 
 #ifdef CONFIG_PHYLIB
 struct phy_device;