projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b962859
)
net: designware: Rename the driver var name to eth_designware
author
Marek Vasut
<marex@denx.de>
Sat, 25 Jul 2015 16:42:34 +0000
(18:42 +0200)
committer
Marek Vasut
<marex@denx.de>
Sat, 8 Aug 2015 12:14:05 +0000
(14:14 +0200)
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>
drivers/net/designware.c
patch
|
blob
|
history
diff --git
a/drivers/net/designware.c
b/drivers/net/designware.c
index cadf3c8e5d265cccd67d857970d23d3db51dd3ff..d9cb5076951a9a5c5576c434a734e45bf7976c46 100644
(file)
--- a/
drivers/net/designware.c
+++ b/
drivers/net/designware.c
@@
-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,