mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +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…
Reference in a new issue