]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - env/sata.c
imx: hab: Check if CSF contains deprecated commands
[people/ms/u-boot.git] / env / sata.c
index a77029774e1f5f46baa09ce09abc18d13f1bde77..4bfe0119df88255b0dae2b21479574f6c043a441 100644 (file)
@@ -113,9 +113,7 @@ static void env_sata_load(void)
                return -EIO;
        }
 
-       env_import(buf, 1);
-
-       return 0;
+       return env_import(buf, 1);
 }
 
 U_BOOT_ENV_LOCATION(sata) = {