diff options
-rw-r--r-- | drivers/dma/fsldma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/fsldma.h b/drivers/dma/fsldma.h index 1ffc24484d23..d56e83599825 100644 --- a/drivers/dma/fsldma.h +++ b/drivers/dma/fsldma.h | |||
@@ -41,7 +41,7 @@ | |||
41 | * channel is allowed to transfer before the DMA engine pauses | 41 | * channel is allowed to transfer before the DMA engine pauses |
42 | * the current channel and switches to the next channel | 42 | * the current channel and switches to the next channel |
43 | */ | 43 | */ |
44 | #define FSL_DMA_MR_BWC 0x08000000 | 44 | #define FSL_DMA_MR_BWC 0x0A000000 |
45 | 45 | ||
46 | /* Special MR definition for MPC8349 */ | 46 | /* Special MR definition for MPC8349 */ |
47 | #define FSL_DMA_MR_EOTIE 0x00000080 | 47 | #define FSL_DMA_MR_EOTIE 0x00000080 |