summaryrefslogtreecommitdiff
path: root/include/environment.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:47:02 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commitc62f62b0fccca951bdc91f3ab85f495fdcc0efb2 (patch)
treeecfa7ad899aa6fa605da07332d2796eb1ee730ea /include/environment.h
parentb5f449e8e947cf94055d0300a8625cd6bc9c37f5 (diff)
downloadu-boot-c62f62b0fccca951bdc91f3ab85f495fdcc0efb2.tar.gz
env: Move env_reloc() to env.h
Move env_reloc() over to the new header file. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/environment.h b/include/environment.h
index ea45b57628..d23b92833e 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>