]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/dra7xx/evm.c
env: Drop env_relocate_spec() in favour of env_load()
[people/ms/u-boot.git] / board / ti / dra7xx / evm.c
index 7d36f03fa1ec98c99a42ea28cb0458c9747bef79..23be2c70e47ae9a7e1877c9c9b82da93d26d4392 100644 (file)
@@ -825,7 +825,7 @@ int spl_start_uboot(void)
 
 #ifdef CONFIG_SPL_ENV_SUPPORT
        env_init();
-       env_relocate_spec();
+       env_load();
        if (getenv_yesno("boot_os") != 1)
                return 1;
 #endif