commit | d491ad0203910f19df695395c895f1e9022ee52b | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:58:05 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:37 2014 -0400 |
tree | 22a6f2107bd30627380c914666d85e876a6f1e9d | |
parent | 4f1fc60a599c60c250f47116e9a42b4fb5615a11 [diff] |
mmc: add prototype for mmc_get_env_addr Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/include/mmc.h b/include/mmc.h index 7f5f9bc..d74a190 100644 --- a/include/mmc.h +++ b/include/mmc.h
@@ -387,6 +387,7 @@ int board_mmc_init(bd_t *bis); int cpu_mmc_init(bd_t *bis); +int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr); /* Set block count limit because of 16 bit register limit on some hardware*/ #ifndef CONFIG_SYS_MMC_MAX_BLK_COUNT