env: Drop env_relocate_spec() in favour of env_load()
[oweals/u-boot.git] / board / tcl / sl50 / board.c
index e89ee35d306a47893578c1b244f956fcc69d58a5..d3c953e9932028efcfdcb98a7004df5dc634141d 100644 (file)
@@ -76,7 +76,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