mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +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",
|
||||
.id = UCLASS_ETH,
|
||||
.of_match = designware_eth_ids,
|
||||
|
|
Loading…
Add table
Reference in a new issue