mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Revert "env_mmc: add mmc_get_env_addr() prototype"
This reverts commit ac77f42d09.
Signed-off-by: Gowtham Siddarth Dhandapani <gdhandap@codeaurora.org>
Change-Id: If9e13173e164d4493121077d362993e15b492159
This commit is contained in:
parent
db12b96ef1
commit
d0bdeb0e42
1 changed files with 0 additions and 9 deletions
|
|
@ -180,15 +180,6 @@ extern unsigned char env_get_char_spec(int);
|
||||||
extern void env_reloc(void);
|
extern void env_reloc(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_ENV_IS_IN_MMC
|
|
||||||
#include <mmc.h>
|
|
||||||
|
|
||||||
extern int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
|
|
||||||
# ifdef CONFIG_SYS_MMC_ENV_PART
|
|
||||||
extern uint mmc_get_env_part(struct mmc *mmc);
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef DO_DEPS_ONLY
|
#ifndef DO_DEPS_ONLY
|
||||||
|
|
||||||
#include <env_attr.h>
|
#include <env_attr.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue