Skip to content
Snippets Groups Projects
Commit 64394660 authored by Daniel Hellstrom's avatar Daniel Hellstrom
Browse files

GRETH: removed space in network driver device name.

parent ed52d121
No related branches found
No related tags found
No related merge requests found
......@@ -644,9 +644,9 @@ int greth_initialize(bd_t * bis)
/* Make descriptor string */
if (greth->gbit_mac) {
sprintf(dev->name, "GRETH 10/100/GB");
sprintf(dev->name, "GRETH_10/100/GB");
} else {
sprintf(dev->name, "GRETH 10/100");
sprintf(dev->name, "GRETH_10/100");
}
/* initiate PHY, select speed/duplex depending on connected PHY */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment