Commit 8f0ee50e authored by Greg Ungerer's avatar Greg Ungerer Committed by Anton Blanchard

[PATCH] fix ColdFire 5249 dma support

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.
parent 00eae9e1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment