The driver variable name is eth_sandbox, which is probably a copy-paste mistake. Fix it.
Signed-off-by: Marek Vasut <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Joe Hershberger <[email protected]> --- drivers/net/designware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/designware.c b/drivers/net/designware.c index cadf3c8..d9cb507 100644 --- 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, -- 2.1.4 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

