summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:58:05 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:37 -0400
commitaeb805558440524e2e80d00e08ac98157a5922b5 (patch)
tree22a6f2107bd30627380c914666d85e876a6f1e9d /include
parent611aee2bb7ee5167a0f53235fc54cce335b0134b (diff)
downloadblackbird-obmc-uboot-aeb805558440524e2e80d00e08ac98157a5922b5.tar.gz
blackbird-obmc-uboot-aeb805558440524e2e80d00e08ac98157a5922b5.zip
mmc: add prototype for mmc_get_env_addr
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include')
-rw-r--r--include/mmc.h1
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
OpenPOWER on IntegriCloud