[U-Boot] [PATCH] Add warning about upcoming removal of old Ethernet API

17 Jul
2009
17 Jul
'09
9:53 a.m.
Signed-off-by: Ben Warren biggerbadderben@gmail.com --- net/eth.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/net/eth.c b/net/eth.c index 3d93966..8e1d692 100644 --- a/net/eth.c +++ b/net/eth.c @@ -500,6 +500,8 @@ char *eth_get_name (void) } #elif defined(CONFIG_CMD_NET) && !defined(CONFIG_NET_MULTI)
+#warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI + extern int at91rm9200_miiphy_initialize(bd_t *bis); extern int mcf52x2_miiphy_initialize(bd_t *bis); extern int ns7520_miiphy_initialize(bd_t *bis);
--
1.5.6.3
5775
Age (days ago)
5775
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ben Warren