mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-03 04:42:40 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
.name = "eth_designware",
|
||||||
.id = UCLASS_ETH,
|
.id = UCLASS_ETH,
|
||||||
.of_match = designware_eth_ids,
|
.of_match = designware_eth_ids,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue