env: Move env_fix_drivers() to env.h
Move this function over to the new header file. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -182,4 +182,9 @@ int eth_env_get_enetaddr(const char *name, uint8_t *enetaddr);
|
|||||||
*/
|
*/
|
||||||
int eth_env_set_enetaddr(const char *name, const uint8_t *enetaddr);
|
int eth_env_set_enetaddr(const char *name, const uint8_t *enetaddr);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* env_fix_drivers() - Updates envdriver as per relocation
|
||||||
|
*/
|
||||||
|
void env_fix_drivers(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -320,11 +320,6 @@ int env_save(void);
|
|||||||
*/
|
*/
|
||||||
int env_erase(void);
|
int env_erase(void);
|
||||||
|
|
||||||
/**
|
|
||||||
* env_fix_drivers() - Updates envdriver as per relocation
|
|
||||||
*/
|
|
||||||
void env_fix_drivers(void);
|
|
||||||
|
|
||||||
#endif /* DO_DEPS_ONLY */
|
#endif /* DO_DEPS_ONLY */
|
||||||
|
|
||||||
#endif /* _ENVIRONMENT_H_ */
|
#endif /* _ENVIRONMENT_H_ */
|
||||||
|
Reference in New Issue
Block a user