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>
This commit is contained in:
parent
b9628595b4
commit
9f76f105c7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user