]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - fs/ubifs/ubifs.c
env: Rename common functions related to setenv()
[people/ms/u-boot.git] / fs / ubifs / ubifs.c
index db29489eca7517c4a21151fcd91dbdc53b270dfc..8f1c9d167d741fe0a1b65475de10713785d29e1d 100644 (file)
@@ -941,7 +941,7 @@ int ubifs_load(char *filename, u32 addr, u32 size)
 
        err = ubifs_read(filename, (void *)(uintptr_t)addr, 0, size, &actread);
        if (err == 0) {
-               setenv_hex("filesize", actread);
+               env_set_hex("filesize", actread);
                printf("Done\n");
        }