10 Jun
2011
10 Jun
'11
2:41 a.m.
On Thu, Jun 9, 2011 at 9:33 PM, Kyungmin Park wrote:
+#ifndef __S3C_IDMA_H_ +#define __S3C_IDMA_H_
+#ifdef CONFIG_ARCH_EXYNOS4 +#define LP_TXBUFF_ADDR (0x02020000) +#else +#define LP_TXBUFF_ADDR (0xC0000000) +#endif
Are there more fancy way to define the internal DMA address? Are you sure new EXYNOS4 series will use the same address?
I'm not sure that the new Exynos4 series will have a same address. I will try to find more fancy way to define idma address in the next version.
Thanks SB Kim.