diff options
| author | Simon Glass <[email protected]> | 2019-08-01 09:47:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-11 16:43:41 -0400 |
| commit | c62f62b0fccca951bdc91f3ab85f495fdcc0efb2 (patch) | |
| tree | ecfa7ad899aa6fa605da07332d2796eb1ee730ea /include/environment.h | |
| parent | b5f449e8e947cf94055d0300a8625cd6bc9c37f5 (diff) | |
env: Move env_reloc() to env.h
Move env_reloc() over to the new header file.
Acked-by: Joe Hershberger <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/environment.h')
| -rw-r--r-- | include/environment.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/environment.h b/include/environment.h index ea45b576282..d23b92833e4 100644 --- a/include/environment.h +++ b/include/environment.h @@ -158,10 +158,6 @@ extern env_t environment; extern const unsigned char default_environment[]; -#if defined(CONFIG_NEEDS_MANUAL_RELOC) -extern void env_reloc(void); -#endif - #ifndef DO_DEPS_ONLY #include <env_attr.h> |
