summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:20:00 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:20:00 -0600
commit256c01027fa7d955c824f6830808ee1e78b36f64 (patch)
tree9b10d4b465f0237d42b280b297624ed1f70fd87c /include
parentf2d85e829634db0871da8563b7bc6ce296ffb541 (diff)
Patch to fix dma errors when accessing IDE on MX27.
Patch to fix dma errors when accessing IDE on MX27. Applies to linux 2.6.22 kernel on MX27 platform. http://www.bitshrine.org/gpp/linux-2.6.22-mx-Patch-to-fix-dma-errors-when-accessing-IDE.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/mx2_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mxc/mx2_dma.h b/include/asm-arm/arch-mxc/mx2_dma.h
index 5c390b32b7d7..2cf3d1747727 100644
--- a/include/asm-arm/arch-mxc/mx2_dma.h
+++ b/include/asm-arm/arch-mxc/mx2_dma.h
@@ -183,7 +183,7 @@ typedef struct {
* This defines maximum device name length passed during mxc_request_dma().
*/
#define MAX_DEVNAME_LENGTH 32
-#define MAX_BD_SIZE 32
+#define MAX_BD_SIZE 64
/*!
* Structure containing dma channel parameters.