[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 3/8] hw/dma: Do not build the xlnx_dpdma device f
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PATCH v3 3/8] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines |
Date: |
Sat, 17 Aug 2019 12:19:26 +0200 |
From: Philippe Mathieu-Daudé <address@hidden>
The xlnx_dpdma device is only used by the ZynqMP AArch64 machine
(not the MicroBlaze PMU). Remove it from the ZynqMP generic objects.
(Note, this entry was duplicated for the AArch64).
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
---
hw/dma/Makefile.objs | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/dma/Makefile.objs b/hw/dma/Makefile.objs
index 8b39f9c600..b672e7a522 100644
--- a/hw/dma/Makefile.objs
+++ b/hw/dma/Makefile.objs
@@ -8,7 +8,6 @@ common-obj-$(CONFIG_XILINX_AXI) += xilinx_axidma.o
common-obj-$(CONFIG_ZYNQ_DEVCFG) += xlnx-zynq-devcfg.o
common-obj-$(CONFIG_ETRAXFS) += etraxfs_dma.o
common-obj-$(CONFIG_STP2000) += sparc32_dma.o
-obj-$(CONFIG_XLNX_ZYNQMP) += xlnx_dpdma.o
obj-$(CONFIG_XLNX_ZYNQMP_ARM) += xlnx_dpdma.o
common-obj-$(CONFIG_XLNX_ZYNQMP_ARM) += xlnx-zdma.o
--
2.18.1
- [Qemu-devel] [PATCH v3 0/8] Kconfig switches, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 3/8] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines,
Thomas Huth <=
- [Qemu-devel] [PATCH v3 2/8] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 4/8] hw/core: Add a config switch for the "register" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 5/8] hw/core: Add a config switch for the "or-irq" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 6/8] hw/core: Add a config switch for the "split-irq" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 7/8] hw/misc: Add a config switch for the "unimplemented" device, Thomas Huth, 2019/08/17
- [Qemu-devel] [PATCH v3 8/8] hw/core: Add a config switch for the generic loader device, Thomas Huth, 2019/08/17
- Re: [Qemu-devel] [PATCH v3 0/8] Kconfig switches, Paolo Bonzini, 2019/08/19