ast2400: pretend DMAs are done for U-boot
commit2e1f05020b80677f66b14277b7b1e8d4bb175640
authorCédric Le Goater <clg@kaod.org>
Thu, 14 Jul 2016 15:51:38 +0000 (14 16:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 Jul 2016 15:51:38 +0000 (14 16:51 +0100)
tree8c246431fa651af8613ae64835973835fa877eda
parent97c2ed5dbdda978e29618f356f11caa99a7df601
ast2400: pretend DMAs are done for U-boot

U-boot does SPI timing calibration using DMA tranfers. To let the
initialization continue, we fake success by setting the DMA status of
the Interrupt Control Register.

For the moment, DMA support is not required as it is not used in
normal operation.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-id: 1467994016-11678-4-git-send-email-clg@kaod.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/ssi/aspeed_smc.c