mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
GRETH: removed space in network driver device name.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
This commit is contained in:
parent
ed52d121d3
commit
6439466047
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue