]> git.sur5r.net Git - u-boot/blobdiff - env/common.c
env: Relocate env drivers if manual reloc is required
[u-boot] / env / common.c
index f21ff700969561d022e63b89dad931aa29beada6..8f602de9d28f49412fe779f00f9555f93a794ea9 100644 (file)
@@ -227,6 +227,7 @@ 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) {