]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - env/remote.c
Revert "mx6: ddr: Allow changing REFSEL and REFR fields"
[people/ms/u-boot.git] / env / remote.c
index c013fdd4b0194181d50905a54b92e4b169fee6a7..379d0eb1bb333186cae1c26db32df3b30d1765f1 100644 (file)
@@ -49,7 +49,7 @@ static int env_remote_save(void)
 static int env_remote_load(void)
 {
 #ifndef ENV_IS_EMBEDDED
-       env_import((char *)env_ptr, 1);
+       return env_import((char *)env_ptr, 1);
 #endif
 
        return 0;