diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-08 14:57:33 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:51 +0100 |
commit | 8ce6947831ba6ba5a54de004be3a8c107af73166 (patch) | |
tree | 13d8d63e2f14a99904e64985e12868da783f690b /include/netdev.h | |
parent | 338a5f2bf1f3ec543dd9c6ce0d74ebe969bc7582 (diff) | |
download | u-boot-8ce6947831ba6ba5a54de004be3a8c107af73166.tar.gz u-boot-8ce6947831ba6ba5a54de004be3a8c107af73166.tar.bz2 u-boot-8ce6947831ba6ba5a54de004be3a8c107af73166.zip |
net: emaclite: Remove ancient OF probe function
Prepare for DM move.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h index b8d4e6abd5..9fc41ab115 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -80,7 +80,6 @@ int tsi108_eth_initialize(bd_t *bis); int uec_standard_init(bd_t *bis); int uli526x_initialize(bd_t *bis); int armada100_fec_register(unsigned long base_addr); -int xilinx_emaclite_of_init(const void *blob); int xilinx_emaclite_initialize(bd_t *bis, unsigned long base_addr, int txpp, int rxpp); int xilinx_ll_temac_eth_init(bd_t *bis, unsigned long base_addr, int flags, |