Skip to content
Snippets Groups Projects
Commit 25a02551 authored by Michal Simek's avatar Michal Simek
Browse files

net: emaclite: Change driver name and add address


Current xilinx emaclite use net multi registration
but doesn't support several emaclites interfaces.
Changing driver name with adding address to name
is the first step how to distiguish several drivers.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 7b8ffea2
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ int xilinx_emaclite_initialize (bd_t *bis, int base_addr)
return -1;
memset(dev, 0, sizeof(*dev));
sprintf(dev->name, "Xilinx_Emaclite");
sprintf(dev->name, "Xelite.%x", base_addr);
dev->iobase = base_addr;
dev->priv = 0;
......
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