diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-01 09:46:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-11 16:43:41 -0400 |
commit | 03ed91887fa8da9d34a3921c1e111b28dff47a26 (patch) | |
tree | addbe5e70106f92c0ce88d18d6cffce0fdfed48f /include/environment.h | |
parent | 36c8b143c0c113232bcf47d6499a3982fdfaf98a (diff) | |
download | u-boot-03ed91887fa8da9d34a3921c1e111b28dff47a26.tar.gz |
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>
Diffstat (limited to 'include/environment.h')
-rw-r--r-- | include/environment.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/environment.h b/include/environment.h index 0de9d3fc60..7be1ef98ad 100644 --- a/include/environment.h +++ b/include/environment.h @@ -320,11 +320,6 @@ int env_save(void); */ int env_erase(void); -/** - * env_fix_drivers() - Updates envdriver as per relocation - */ -void env_fix_drivers(void); - #endif /* DO_DEPS_ONLY */ #endif /* _ENVIRONMENT_H_ */ |