On 5/12/26 13:34, Peter Maydell wrote:
The OMAP DMA device has an omap_3_1_compatible_disable flag in its
channel struct, which the 3.2 version of the DMA block used to tell
whether it should behave compatibly with 3.1 or not.  Now we have no
3.2 support, the omap_3_1_compatible_disable flag is set to false and
can't be changed, so we can remove it, folding out all the conditions
where we were testing it as always-false.

Signed-off-by: Peter Maydell<[email protected]>
---
  hw/dma/omap_dma.c | 59 +++++++++++++++--------------------------------
  1 file changed, 19 insertions(+), 40 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to