]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/imx-common/dma.h
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[u-boot] / arch / arm / include / asm / imx-common / dma.h
index 5f516ef6e04186a6962ada6759ff1898002c4aee..7d421b3967cfb8295abfa4cb84d8f0d048879a5f 100644 (file)
@@ -22,7 +22,7 @@
 #define        DMA_PIO_WORDS           CONFIG_ARCH_DMA_PIO_WORDS
 #endif
 
-#define MXS_DMA_ALIGNMENT      32
+#define MXS_DMA_ALIGNMENT      ARCH_DMA_MINALIGN
 
 /*
  * MXS DMA channels
@@ -161,4 +161,6 @@ void mxs_dma_init(void);
 int mxs_dma_init_channel(int chan);
 int mxs_dma_release(int chan);
 
+void mxs_dma_circ_start(int chan, struct mxs_dma_desc *pdesc);
+
 #endif /* __DMA_H__ */