commit | 1231184caacad32c180d7e2338a645f7dfe9571a | [log] [tgz] |
---|---|---|
author | David Wu <david.wu@rock-chips.com> | Fri Jan 08 10:53:05 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 19 09:15:02 2021 -0500 |
tree | ecdb97433ba17bf82c463affdf47ab96100cf64b | |
parent | 6f1e668d964ebd3244a99288ea4bda7b7b8627c3 [diff] |
net: eth-uclass: Change uclass driver name to ethernet 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. Signed-off-by: David Wu <david.wu@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>