summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-11-27 16:03:21 +0100
committerWolfgang Denk <wd@denx.de>2011-11-27 16:03:21 +0100
commit99258c34103efad3395c679256a221731d010c4b (patch)
tree19ad64086e1551cd8f94eb9cdca0eb1335def970 /include
parent1de55ef105f9e00ea313c91679fed6560c63f447 (diff)
parentafd5932b2c27c750ba7dbe39125916a45d2e1c13 (diff)
downloadblackbird-obmc-uboot-99258c34103efad3395c679256a221731d010c4b.tar.gz
blackbird-obmc-uboot-99258c34103efad3395c679256a221731d010c4b.zip
Merge branch 'master' of git://git.denx.de/u-boot-mmc
* 'master' of git://git.denx.de/u-boot-mmc: Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec" mmc: mv_sdhci: Fix host version read for Armada100
Diffstat (limited to 'include')
-rw-r--r--include/sdhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h
index 0690938046..800f9d9c07 100644
--- a/include/sdhci.h
+++ b/include/sdhci.h
@@ -215,6 +215,7 @@
* quirks
*/
#define SDHCI_QUIRK_32BIT_DMA_ADDR (1 << 0)
+#define SDHCI_QUIRK_REG32_RW (1 << 1)
/* to make gcc happy */
struct sdhci_host;
OpenPOWER on IntegriCloud