]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] m68knommu: add 527x and 528x support to ColdFire DMA definitions
authorGreg Ungerer <gerg@snapgear.com>
Sun, 14 Nov 2004 16:19:56 +0000 (08:19 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 14 Nov 2004 16:19:56 +0000 (08:19 -0800)
Add support for the 527x ColdFire family, and change the 5282
support to be the generic 528x family in ColdFire DMA support
defines.

Signed-off-by: Greg Ungerer <gerg@snapgear.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/mcfdma.h

index 98fadce0a6e938d962d51516443cc7104e01ae18..350c6090b5c1ed5f3959ad5eae8d4b06b7bc283c 100644 (file)
@@ -21,7 +21,7 @@
 #define        MCFDMA_BASE1            0x240           /* Base address of DMA 1 */
 #elif defined(CONFIG_M5272)
 #define        MCFDMA_BASE0            0x0e0           /* Base address of DMA 0 */
-#elif defined(CONFIG_M5282)
+#elif defined(CONFIG_M527x) || defined(CONFIG_M528x)
 /* These are relative to the IPSBAR, not MBAR */
 #define        MCFDMA_BASE0            0x100           /* Base address of DMA 0 */
 #define        MCFDMA_BASE1            0x140           /* Base address of DMA 1 */