mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
xilinx_axienet: changed device name
Changed device name to xlnx,axi-ethernet. This is the exact name of the device in the xilinx EDK development tools. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
ab034c26de
commit
cec6f8ca5b
2 changed files with 3 additions and 3 deletions
|
@ -889,7 +889,7 @@ static void xilinx_enet_class_init(ObjectClass *klass, void *data)
|
|||
}
|
||||
|
||||
static TypeInfo xilinx_enet_info = {
|
||||
.name = "xilinx,axienet",
|
||||
.name = "xlnx.axi-ethernet",
|
||||
.parent = TYPE_SYS_BUS_DEVICE,
|
||||
.instance_size = sizeof(struct XilinxAXIEnet),
|
||||
.class_init = xilinx_enet_class_init,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue