diff options
author | Tom Rini <trini@ti.com> | 2014-03-28 08:24:01 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-28 08:24:01 -0400 |
commit | 82b9547387389cc4147596cb45609bf29d3fdbdb (patch) | |
tree | 76e2566eaa67e09e7c2262bdc2354d81b8523ecd /include/dwmmc.h | |
parent | 81b196bed881e3f38d7b1eabe1b60d9b86c7bb7b (diff) | |
parent | eea4e6fe82fef9975e0153644935b89882890450 (diff) | |
download | u-boot-imx-82b9547387389cc4147596cb45609bf29d3fdbdb.zip u-boot-imx-82b9547387389cc4147596cb45609bf29d3fdbdb.tar.gz u-boot-imx-82b9547387389cc4147596cb45609bf29d3fdbdb.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'include/dwmmc.h')
-rw-r--r-- | include/dwmmc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dwmmc.h b/include/dwmmc.h index b641558..c9bdf51 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -143,6 +143,8 @@ struct dwmci_host { void (*clksel)(struct dwmci_host *host); void (*board_init)(struct dwmci_host *host); unsigned int (*get_mmc_clk)(struct dwmci_host *host); + + struct mmc_config cfg; }; struct dwmci_idmac { |