X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=env%2Ffat.c;h=7f74c64dfe7e094af8142cb66dc94682dabc6b5a;hb=4f0b061444063d7c60e9624c5431c16f00d067af;hp=5e5b1efe89334ecd2d1aac4f27d9c954a786e28b;hpb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;p=oweals%2Fu-boot.git diff --git a/env/fat.c b/env/fat.c index 5e5b1efe89..7f74c64dfe 100644 --- a/env/fat.c +++ b/env/fat.c @@ -122,7 +122,7 @@ static int env_fat_load(void) return env_import(buf, 1); err_env_relocate: - set_default_env(NULL); + set_default_env(NULL, 0); return -EIO; }