aboutsummaryrefslogtreecommitdiff
path: root/env/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'env/common.c')
-rw-r--r--env/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/env/common.c b/env/common.c
index 0ecdb248a08..4cf2dadc694 100644
--- a/env/common.c
+++ b/env/common.c
@@ -429,7 +429,6 @@ int env_export(env_t *env_out)
void env_relocate(void)
{
#if defined(CONFIG_NEEDS_MANUAL_RELOC)
- env_reloc();
env_fix_drivers();
env_htab.change_ok += gd->reloc_off;
#endif