Skip to content
Snippets Groups Projects
Commit aeb80555 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

mmc: add prototype for mmc_get_env_addr

parent 611aee2b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment