On 5/12/26 13:34, Peter Maydell wrote:
Now we have removed the DMA 3.2 support, we call omap_dma_sys_read()
only for the single address offset 0x400, and similarly for
omap_dma_sys_write(). The other cases in those functions are DMA
3.2-only and now dead code. Fold the 0x400 register directly into
the callers, and remove the rest.
Signed-off-by: Peter Maydell<[email protected]>
---
hw/dma/omap_dma.c | 121 ++--------------------------------------------
1 file changed, 5 insertions(+), 116 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~