summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAlagu Sankar <alagusankar@embwise.com>2010-09-21 08:55:59 +0530
committerSudhakar Rajashekhara <sudhakar.raj@ti.com>2010-09-21 08:55:59 +0530
commitabca1d3ba5805d32944388eb165ca73a5192dbe1 (patch)
tree35ab19c52a7d856a01c24482f162026e4fc218e6 /include/configs
parentf7da8ce3a9173815be28e8b5cd0c4703ef763e4f (diff)
Multiblock Support for MMC
Added Multi-Block Read support for MMC. Modified existing multi-block write to limit the maximum number of blocks per transfer. This feature is enabled with CONFIG_MMC_MBLOCK option. A new member is added in the mmc structure for the host controllers to specify the maximum number of blocks it supports. If the feature is disabled all read/write transfers are single-block. Signed-off-by: Alagu Sankar <alagusankar@embwise.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/da850evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index 83e98dff2e1..79b00451162 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -162,6 +162,7 @@
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC
#define CONFIG_DAVINCI_MMC
+#define CONFIG_MMC_MBLOCK
#ifdef CONFIG_MMC
#define CONFIG_DOS_PARTITION