mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 09:51:05 +01:00
Add warning about upcoming removal of old Ethernet API
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
b7fe25d2a8
commit
3bd0a877b7
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue