Skip to content
Snippets Groups Projects
Commit 3bd0a877 authored by Ben Warren's avatar Ben Warren
Browse files

Add warning about upcoming removal of old Ethernet API

parent b7fe25d2
No related branches found
No related tags found
No related merge requests found
...@@ -500,6 +500,8 @@ char *eth_get_name (void) ...@@ -500,6 +500,8 @@ char *eth_get_name (void)
} }
#elif defined(CONFIG_CMD_NET) && !defined(CONFIG_NET_MULTI) #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 at91rm9200_miiphy_initialize(bd_t *bis);
extern int mcf52x2_miiphy_initialize(bd_t *bis); extern int mcf52x2_miiphy_initialize(bd_t *bis);
extern int ns7520_miiphy_initialize(bd_t *bis); extern int ns7520_miiphy_initialize(bd_t *bis);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment