1
0
Fork 0

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: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
utp
Marek Vasut 2015-07-25 18:42:34 +02:00
parent b9628595b4
commit 9f76f105c7
1 changed files with 1 additions and 1 deletions

View File

@ -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,