dev_read_alias_seq() used uc_drv->name compared to alias stem string, Ethernet's alias stem uses "ethernet", which does not match the eth-uclass driver name "eth", can not get the correct index of ethernet alias namer. So it seems change uclass driver name to match the alias stem is a more reasonable way. (cherry picked from commit 1231184caacad32c180d7e2338a645f7dfe9571a) Signed-off-by: David Wu <david.wu@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Change-Id: I2ebbf20ae2a127456f92dc79461610b7b339c8f3 Signed-off-by: David Wu <david.wu@rock-chips.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| arp.c | ||
| arp.h | ||
| bootp.c | ||
| bootp.h | ||
| cdp.c | ||
| cdp.h | ||
| checksum.c | ||
| dns.c | ||
| dns.h | ||
| eth-uclass.c | ||
| eth_common.c | ||
| eth_internal.h | ||
| eth_legacy.c | ||
| fastboot.c | ||
| link_local.c | ||
| link_local.h | ||
| mdio-uclass.c | ||
| net.c | ||
| net_rand.h | ||
| nfs.c | ||
| nfs.h | ||
| ping.c | ||
| ping.h | ||
| rarp.c | ||
| rarp.h | ||
| sntp.c | ||
| sntp.h | ||
| tftp.c | ||