]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - env/sata.c
include/clk.h: Fix the name of the clock uclass in comment
[thirdparty/u-boot.git] / env / sata.c
index e5715e6d51eb324842233cdd385b463de1ddea51..59aedf4d76644964a3b48aa31d5b47308de44df2 100644 (file)
@@ -106,7 +106,7 @@ static void env_sata_load(void)
        }
 
        if (read_env(sata, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, buf)) {
-               set_default_env(NULL);
+               set_default_env(NULL, 0);
                return -EIO;
        }