summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-04-04 17:46:09 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 16:26:53 -0600
commit43c1ef6ddca5e584b9962d9b49bf99c1bfe6df20 (patch)
tree100913edf138c4a1b5e2e4a949e05fd3aecfa983 /include
parent4cb875484e494df06acf346898d8c5c7ebb746eb (diff)
Patch to fix dma errors when accessing IDE on MX27.
http://www.bitshrine.org/gpp/linux-2.6.19.2-mx-ide_dma_fix.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 d40582688733..ae0bc03b4cd6 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.