]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix ColdFire 5249 dma support
authorGreg Ungerer <gerg@snapgear.com>
Tue, 1 Jul 2003 02:34:49 +0000 (19:34 -0700)
committerAnton Blanchard <anton@samba.org>
Tue, 1 Jul 2003 02:34:49 +0000 (19:34 -0700)
The m68knommu ColdFire 5249 CPU has the same DMA engine as the 5307
and 5407 ColdFire CPU's. Modify m68knommu dma.h to reflect this.

include/asm-m68knommu/dma.h

index b7c763c8e7d7f50fe767a640f31639f5bf5d4602..43e98c96a5c255b1cf2c07759f328526c3892075 100644 (file)
@@ -36,7 +36,7 @@
 /*
  * Set number of channels of DMA on ColdFire for different implementations.
  */
-#if defined(CONFIG_M5307) || defined(CONFIG_M5407)
+#if defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407)
 #define MAX_M68K_DMA_CHANNELS 4
 #elif defined(CONFIG_M5272)
 #define MAX_M68K_DMA_CHANNELS 1