提交 9f76f105 编写于 作者: M Marek Vasut

net: designware: Rename the driver var name to eth_designware

The driver variable name is eth_sandbox, which is probably a copy-paste
mistake. Fix it.
Signed-off-by: NMarek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
上级 b9628595
......@@ -612,7 +612,7 @@ static const struct udevice_id designware_eth_ids[] = {
{ }
};
U_BOOT_DRIVER(eth_sandbox) = {
U_BOOT_DRIVER(eth_designware) = {
.name = "eth_designware",
.id = UCLASS_ETH,
.of_match = designware_eth_ids,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册