Skip to content
Snippets Groups Projects
Commit 9f76f105 authored by Marek Vasut's avatar Marek Vasut
Browse files

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: default avatarMarek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent b9628595
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment