From: YannickV <Y.Vossen@beckhoff.com>
The CX7200 has one Gigabit Ethernet MAC connected to address
0xE000C000. The one connected to address 0xE000B000 can be
removed.
Signed-off-by: Yannick Voßen <y.vossen@beckhoff.com>
---
hw/arm/beckhoff_CX7200.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/arm/beckhoff_CX7200.c b/hw/arm/beckhoff_CX7200.c
index bf3c66e5a4..3ceccaa9e6 100644
--- a/hw/arm/beckhoff_CX7200.c
+++ b/hw/arm/beckhoff_CX7200.c
@@ -317,7 +317,6 @@ static void beckhoff_cx7200_init(MachineState *machine)
sysbus_create_varargs("cadence_ttc", 0xF8002000, pic[69 - IRQ_OFFSET],
pic[70 - IRQ_OFFSET], pic[71 - IRQ_OFFSET], NULL);
- gem_init(0xE000B000, pic[54 - IRQ_OFFSET]);
gem_init(0xE000C000, pic[77 - IRQ_OFFSET]);
/*
--
2.49.0