diff options
Diffstat (limited to 'env/common.c')
-rw-r--r-- | env/common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/env/common.c b/env/common.c index 0ecdb248a0..21045a7eb3 100644 --- a/env/common.c +++ b/env/common.c @@ -428,11 +428,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 if (gd->env_valid == ENV_INVALID) { #if defined(CONFIG_ENV_IS_NOWHERE) || defined(CONFIG_SPL_BUILD) /* Environment not changable */ |