diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-08 22:58:05 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-25 15:27:37 -0400 |
commit | aeb805558440524e2e80d00e08ac98157a5922b5 (patch) | |
tree | 22a6f2107bd30627380c914666d85e876a6f1e9d /include/mmc.h | |
parent | 611aee2bb7ee5167a0f53235fc54cce335b0134b (diff) | |
download | u-boot-aeb805558440524e2e80d00e08ac98157a5922b5.tar.gz u-boot-aeb805558440524e2e80d00e08ac98157a5922b5.tar.bz2 u-boot-aeb805558440524e2e80d00e08ac98157a5922b5.zip |
mmc: add prototype for mmc_get_env_addr
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/mmc.h')
-rw-r--r-- | include/mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mmc.h b/include/mmc.h index 7f5f9bc8ca..d74a190eea 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -387,6 +387,7 @@ int mmc_legacy_init(int verbose); 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 |