]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/designware.c
net: designware: Rename the driver var name to eth_designware
[karo-tx-uboot.git] / drivers / net / designware.c
index cadf3c8e5d265cccd67d857970d23d3db51dd3ff..d9cb5076951a9a5c5576c434a734e45bf7976c46 100644 (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,