On 3/9/24 18:07, Peter Maydell wrote:
Remove the pxa2xx-specific pxa2xx_dma device.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- include/hw/arm/pxa.h | 4 - hw/dma/pxa2xx_dma.c | 591 ------------------------------------------- hw/dma/meson.build | 1 - 3 files changed, 596 deletions(-) delete mode 100644 hw/dma/pxa2xx_dma.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>