summaryrefslogtreecommitdiff
path: root/include/netdev.h
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2018-10-29 09:06:31 +0300
committerJoe Hershberger <joe.hershberger@ni.com>2018-11-05 19:41:56 +0300
commitf95de0bd104a88006c09cb74abf4db1b0f2188ca (patch)
tree636c43a62d091c8e5d85b78488b25c872e1d5368 /include/netdev.h
parent3bd796351f1b9cb8a08f7439bc46680acb27738b (diff)
downloadu-boot-f95de0bd104a88006c09cb74abf4db1b0f2188ca.tar.xz
net: ftgmac100: convert to driver model
The driver is based on the previous one and the code is only adapted to fit the driver model. The support for the Faraday ftgmac100 controller is the same with MAC and MDIO bus support for RGMII/RMII modes. Configuration is updated to enable compile again. At this stage, the driver compiles but is not yet functional. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Joel Stanley <joel@jms.id.au> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r--include/netdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h
index 55001625fb..0a1a3a2d8d 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -43,7 +43,6 @@ int ethoc_initialize(u8 dev_num, int base_addr);
int fec_initialize (bd_t *bis);
int fecmxc_initialize(bd_t *bis);
int fecmxc_initialize_multi(bd_t *bis, int dev_id, int phy_id, uint32_t addr);
-int ftgmac100_initialize(bd_t *bits);
int ftmac100_initialize(bd_t *bits);
int ftmac110_initialize(bd_t *bits);
void gt6426x_eth_initialize(bd_t *bis);